Border.xaml 447 B

123456789
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  2. <ResourceDictionary.MergedDictionaries>
  3. <ResourceDictionary Source="Colors.xaml" />
  4. </ResourceDictionary.MergedDictionaries>
  5. <Style TargetType="{x:Type Border}">
  6. <Setter Property="BorderBrush" Value="{DynamicResource BorderBackground}" />
  7. </Style>
  8. </ResourceDictionary>