개정판 40b3ce25
issue #754 Arc Arrow Line Control 추가
MarkupToPDF/Themes/generic.xaml | ||
---|---|---|
62 | 62 |
</Setter.Value> |
63 | 63 |
</Setter> |
64 | 64 |
</Style> |
65 |
|
|
65 |
<Style TargetType="{x:Type Line:ArrowArcControl}"> |
|
66 |
<Setter Property="Template"> |
|
67 |
<Setter.Value> |
|
68 |
<ControlTemplate TargetType="{x:Type Line:ArrowArcControl}"> |
|
69 |
<Path x:Name="PART_ArcPath" |
|
70 |
Stroke="{TemplateBinding StrokeColor}" |
|
71 |
StrokeThickness="{TemplateBinding LineSize}" |
|
72 |
Data="{TemplateBinding PathData}" |
|
73 |
RenderTransformOrigin="0.5,0.5" |
|
74 |
Fill="{TemplateBinding StrokeColor}"> |
|
75 |
</Path> |
|
76 |
</ControlTemplate> |
|
77 |
</Setter.Value> |
|
78 |
</Setter> |
|
79 |
</Style> |
|
66 | 80 |
<Style TargetType="{x:Type Line:ArrowControl_Multi}"> |
67 | 81 |
<Setter Property="Template"> |
68 | 82 |
<Setter.Value> |
내보내기 Unified diff