This repository has been archived on 2024-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
Sic06/FrameworkLocal/UICore/Style/TreeViewStyle.xaml

16 lines
738 B
XML

<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>