markus / ConvertService / ServiceBase / Markus.Mvvm.ToolKit / Themes / Generic.xaml @ f5d5b1ea
이력 | 보기 | 이력해설 | 다운로드 (935 Bytes)
1 | b92f142f | taeseongkim | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
---|---|---|---|
2 | xmlns:local="clr-namespace:Markus.Mvvm.ToolKit" |
||
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
||
4 | <!--<Style TargetType="local:PackIcon">
|
||
5 | <Setter Property="Width" Value="20" />
|
||
6 | <Setter Property="Height" Value="20" />
|
||
7 | <Setter Property="Kind" Value="Abc"/>
|
||
8 | <Setter Property="IconBrush" Value="White"/>
|
||
9 | <Setter Property="Template">
|
||
10 | <Setter.Value>
|
||
11 | <ControlTemplate>
|
||
12 | <Grid Width="{TemplateBinding Width}" Height="{TemplateBinding Height}">
|
||
13 | <Path x:Name="PART_PATH" Fill="{TemplateBinding IconBrush}" Stroke="{TemplateBinding IconBrush}"/>
|
||
14 | </Grid>
|
||
15 | </ControlTemplate>
|
||
16 | </Setter.Value>
|
||
17 | </Setter>
|
||
18 | </Style>-->
|
||
19 | </ResourceDictionary> |