프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)