Sic01/FrameworkLocal/UICore/Style/TreeViewStyle.xaml

16 lines
738 B
Plaintext
Raw Normal View History

2023-01-16 11:14:35 +08:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="TreeView">
<Setter Property="FontFamily" Value="Arial,SimSun" />
<Setter Property="Background" Value="#FFDCF7F6" />
</Style>
<Style x:Key="ConfigTreeView" TargetType="TreeView">
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="VerticalAlignment" Value="Top" />
<Setter Property="Width" Value="288" />
<Setter Property="Height" Value="766" />
<Setter Property="FontSize" Value="12" />
<Setter Property="FontFamily" Value="Arial,SimSun" />
</Style>
</ResourceDictionary>