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/CadetBlue/ListBoxStyle.xaml

7 lines
334 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="ListBox">
<Setter Property="FontFamily" Value="Arial,SimSun" />
<Setter Property="Background" Value="#FFDCF7F6" />
</Style>
</ResourceDictionary>