SeparatorBaseStyle.xaml 341 B

12345678
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <Style x:Key="SeparatorBaseStyle" TargetType="Separator">
  4. <Setter Property="Background" Value="{DynamicResource BorderBrush}"/>
  5. </Style>
  6. </ResourceDictionary>