프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Mvvm.ToolKit / Themes / Generic.xaml @ b92f142f

이력 | 보기 | 이력해설 | 다운로드 (935 Bytes)

1
<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>
클립보드 이미지 추가 (최대 크기: 500 MB)