Sic08/FrameworkLocal/UICore/Style/CadetBlue/ListViewStyle.xaml

7 lines
335 B
Plaintext
Raw Normal View History

2023-03-03 15:42:13 +08:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="ListView">
<Setter Property="FontFamily" Value="Arial,SimSun" />
<Setter Property="Background" Value="#FFDCF7F6" />
</Style>
</ResourceDictionary>