markus / ConvertService / ServiceBase / Markus.Service.StationController / Themes / DefaultThemes.xaml @ b92f142f
이력 | 보기 | 이력해설 | 다운로드 (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>
|