개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ZoomAndPan/Themes/Generic.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:ZoomAndPan"> |
|
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:ZoomAndPan"> |
|
4 | 5 |
<Style TargetType="{x:Type local:ZoomAndPanControl}"> |
5 | 6 |
<Setter Property="Template"> |
6 | 7 |
<Setter.Value> |
... | ... | |
9 | 10 |
Background="{TemplateBinding Background}" |
10 | 11 |
BorderBrush="{TemplateBinding BorderBrush}" |
11 | 12 |
BorderThickness="{TemplateBinding BorderThickness}"> |
12 |
<ContentPresenter x:Name="PART_Content"
|
|
13 |
HorizontalAlignment="Left"
|
|
14 |
VerticalAlignment="Top"
|
|
15 |
/>
|
|
13 |
<ContentPresenter |
|
14 |
x:Name="PART_Content"
|
|
15 |
HorizontalAlignment="Left"
|
|
16 |
VerticalAlignment="Top" />
|
|
16 | 17 |
</Border> |
17 | 18 |
</ControlTemplate> |
18 | 19 |
</Setter.Value> |
내보내기 Unified diff