프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / Resources / DecodeImageTemplate.xaml @ 97eba451

이력 | 보기 | 이력해설 | 다운로드 (749 Bytes)

1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
                    xmlns:local="clr-namespace:KCOM.Controls">
4
    <Style  TargetType="local:ScaleDecodeImage">
5
        <Setter Property="Template">
6
            <Setter.Value>
7
                <ControlTemplate TargetType="local:ScaleDecodeImage">
8
                    <Image x:Name="PART_IMAGE" Stretch="Fill" Source="{TemplateBinding ViewSource}" RenderOptions.BitmapScalingMode="HighQuality"  RenderOptions.EdgeMode="Unspecified" RenderOptions.ClearTypeHint="Enabled"/>
9
                </ControlTemplate>
10
            </Setter.Value>
11
        </Setter>
12
    </Style>
13
</ResourceDictionary>
클립보드 이미지 추가 (최대 크기: 500 MB)