개정판 43d2041c
Sync 회전 추가
Change-Id: Ibdbcadc7c19c3d4f62acbd4dd45b548096391ba0
KCOM/App.xaml | ||
---|---|---|
56 | 56 |
<Style TargetType="telerik:RadTabControl" BasedOn="{StaticResource RadTabControlStyle}"> |
57 | 57 |
<Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/> |
58 | 58 |
</Style> |
59 |
<Style x:Key="PathButtonStyle" TargetType="{x:Type Path}"> |
|
60 |
<Setter Property="Width" Value="12"/> |
|
61 |
<Setter Property="Height" Value="12"/> |
|
62 |
<Setter Property="Fill" Value="White" /> |
|
63 |
<Setter Property="Stretch" Value="Fill" /> |
|
64 |
<Setter Property="HorizontalAlignment" Value="Right"/> |
|
65 |
<Setter Property="VerticalAlignment" Value="Center" /> |
|
66 |
</Style> |
|
67 |
<Style x:Key="PathButtonCenterStyle" TargetType="{x:Type Path}"> |
|
68 |
<Setter Property="Width" Value="12"/> |
|
69 |
<Setter Property="Height" Value="12"/> |
|
70 |
<Setter Property="Margin" Value="0"/> |
|
71 |
<Setter Property="Fill" Value="#FF686868" /> |
|
72 |
<Setter Property="Stretch" Value="Fill" /> |
|
73 |
<Setter Property="HorizontalAlignment" Value="Center"/> |
|
74 |
<Setter Property="VerticalAlignment" Value="Center" /> |
|
75 |
</Style> |
|
76 |
<Style x:Key="IconPathButton" TargetType="{x:Type telerik:RadPathButton}"> |
|
77 |
<Setter Property="Padding" Value="0"/> |
|
78 |
<Setter Property="PathStyle" Value="{StaticResource PathButtonCenterStyle}"/> |
|
79 |
</Style> |
|
59 | 80 |
</ResourceDictionary> |
60 | 81 |
|
61 | 82 |
</Application.Resources> |
내보내기 Unified diff