프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / Themes / DefaultThemes.xaml @ 54a28343

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

1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
                    xmlns:toolkit="clr-namespace:Markus.Mvvm.ToolKit;assembly=Markus.Mvvm.ToolKit"
3
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
4
    <!--color-->
5
    <!--color-->
6
    <Style TargetType="TextBlock" x:Key="TitleTextBoxStyle">
7
        <Setter Property="FontSize" Value="18"/>
8
        <Setter Property="FontWeight" Value="Bold"/>
9
        <Setter Property="Foreground" Value="White"/>
10
    </Style>
11
    <Style TargetType="TextBlock" x:Key="SelectMenuTextBoxStyle">
12
        <Setter Property="FontSize" Value="26"/>
13
        <Setter Property="FontWeight" Value="Bold"/>
14
        <Setter Property="Foreground" Value="White"/>
15
    </Style>
16
</ResourceDictionary>
클립보드 이미지 추가 (최대 크기: 500 MB)