개정판 4fcb686a
issue #000 font가 적용 되지 않아 box size가 작게 출력되는 문제
Change-Id: Ie07531db96d56e8d5c2bbdbf0786d053ad39747c
KCOM/Resources/DecodeImageTemplate.xaml | ||
---|---|---|
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"> |
|
1 |
<ResourceDictionary |
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:local="clr-namespace:KCOM.Controls"> |
|
5 |
<Style TargetType="local:ScaleDecodeImage"> |
|
5 | 6 |
<Setter Property="Template"> |
6 | 7 |
<Setter.Value> |
7 | 8 |
<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 |
<Image |
|
10 |
x:Name="PART_IMAGE" |
|
11 |
RenderOptions.BitmapScalingMode="HighQuality" |
|
12 |
RenderOptions.ClearTypeHint="Enabled" |
|
13 |
RenderOptions.EdgeMode="Unspecified" |
|
14 |
Source="{TemplateBinding ViewSource}" |
|
15 |
Stretch="Fill" /> |
|
9 | 16 |
</ControlTemplate> |
10 | 17 |
</Setter.Value> |
11 | 18 |
</Setter> |
내보내기 Unified diff