markus / KCOM / Resources / DecodeImageTemplate.xaml @ 5e7c6f56
이력 | 보기 | 이력해설 | 다운로드 (749 Bytes)
1 | 92442e4a | taeseongkim | <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 | 566f0526 | taeseongkim | <Image x:Name="PART_IMAGE" Stretch="Fill" Source="{TemplateBinding ViewSource}" RenderOptions.BitmapScalingMode="HighQuality" RenderOptions.EdgeMode="Unspecified" RenderOptions.ClearTypeHint="Enabled"/> |
9 | 92442e4a | taeseongkim | </ControlTemplate>
|
10 | </Setter.Value>
|
||
11 | </Setter>
|
||
12 | </Style>
|
||
13 | </ResourceDictionary> |