프로젝트

일반

사용자정보

개정판 684ef11c

ID684ef11c766d313d568ea0db90bdb1b2ce708613
상위 a74e3cbc
하위 022d64c4

이지연이(가) 5년 이상 전에 추가함

issue #719 AutoCAD 저장 작업 중

Change-Id: I46dfcaa8fb3b15907afe75a1e17ae643bef64f3f

차이점 보기:

MarkupToPDF/Themes/generic.xaml
5 5
                    xmlns:Line="clr-namespace:MarkupToPDF.Controls.Line"
6 6
                    xmlns:polygon="clr-namespace:MarkupToPDF.Controls.Polygon"
7 7
                    xmlns:Etc="clr-namespace:MarkupToPDF.Controls.Etc"
8
                    xmlns:Angle="clr-namespace:MarkupToPDF.Controls.Angle">
9

  
8
                    xmlns:Angle="clr-namespace:MarkupToPDF.Controls.Angle"
9
                    xmlns:Cad="clr-namespace:MarkupToPDF.Controls.Cad">
10
    
11
    <Style TargetType="{x:Type Cad:CoordinateControl}">
12
        <Setter Property="Template">
13
            <Setter.Value>
14
                <ControlTemplate TargetType="{x:Type Cad:CoordinateControl}">
15
                    <Path x:Name="PART_RectPath" 
16
                              Stroke="Black"
17
                              StrokeThickness="10"
18
                              Data="{TemplateBinding PathData}"
19
                              Fill="{TemplateBinding FillColor}"
20
                              RenderTransformOrigin="0.5,0.5">
21
                    </Path>
22
                </ControlTemplate>
23
            </Setter.Value>
24
        </Setter>
25
    </Style>
26
    <Style TargetType="{x:Type Cad:InsideWhiteControl}">
27
        <Setter Property="Template">
28
            <Setter.Value>
29
                <ControlTemplate TargetType="{x:Type Cad:InsideWhiteControl}">
30
                    <Path x:Name="PART_RectPath" 
31
                              Stroke="LightGray"
32
                              StrokeThickness="{TemplateBinding LineSize}"
33
                              Data="{TemplateBinding PathData}"
34
                              Opacity="0.3"
35
                              Fill="LightGray"
36
                              RenderTransformOrigin="0.5,0.5">
37
                    </Path>
38
                </ControlTemplate>
39
            </Setter.Value>
40
        </Setter>
41
    </Style>
42
    <Style TargetType="{x:Type Cad:OverlapWhiteControl}">
43
        <Setter Property="Template">
44
            <Setter.Value>
45
                <ControlTemplate TargetType="{x:Type Cad:OverlapWhiteControl}">
46
                    <Path x:Name="PART_RectPath" 
47
                              Stroke="LightGray"
48
                              StrokeThickness="{TemplateBinding LineSize}"
49
                              Data="{TemplateBinding PathData}"
50
                              Opacity="0.3"
51
                              Fill="LightGray"
52
                              RenderTransformOrigin="0.5,0.5">
53
                    </Path>
54
                </ControlTemplate>
55
            </Setter.Value>
56
        </Setter>
57
    </Style>
58
    <Style TargetType="{x:Type Cad:ClipWhiteControl}">
59
        <Setter Property="Template">
60
            <Setter.Value>
61
                <ControlTemplate TargetType="{x:Type Cad:ClipWhiteControl}">
62
                    <Path x:Name="PART_RectPath" 
63
                              Stroke="LightGray"
64
                              StrokeThickness="{TemplateBinding LineSize}"
65
                              Data="{TemplateBinding PathData}"
66
                              Opacity="0.3"
67
                              Fill="LightGray"
68
                              RenderTransformOrigin="0.5,0.5">
69
                    </Path>
70
                </ControlTemplate>
71
            </Setter.Value>
72
        </Setter>
73
    </Style>
10 74
    <Style TargetType="Angle:AngleControl">
11 75
        <Setter Property="Template">
12 76
            <Setter.Value>

내보내기 Unified diff

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