프로젝트

일반

사용자정보

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

markus / ZoomAndPan / Themes / Generic.xaml @ 81e3c9f6

이력 | 보기 | 이력해설 | 다운로드 (1.03 KB)

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">
4
    <Style TargetType="{x:Type local:ZoomAndPanControl}">
5
        <Setter Property="Template">
6
            <Setter.Value>
7
                <ControlTemplate TargetType="{x:Type local:ZoomAndPanControl}">
8
                    <Border
9
                        Background="{TemplateBinding Background}"
10
                        BorderBrush="{TemplateBinding BorderBrush}"
11
                        BorderThickness="{TemplateBinding BorderThickness}">
12
                        <ContentPresenter x:Name="PART_Content"
13
                                           HorizontalAlignment="Left"
14
                                           VerticalAlignment="Top"
15
                                          />
16
                    </Border>
17
                </ControlTemplate>
18
            </Setter.Value>
19
        </Setter>
20
    </Style>
21
</ResourceDictionary>
클립보드 이미지 추가 (최대 크기: 500 MB)