Dictionary1.xaml 339 B

1234567
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <Style TargetType="{x:Type Label}">
  4. <Setter Property="Background" Value="AntiqueWhite"/>
  5. <Setter Property="Padding" Value="0"/>
  6. </Style>
  7. </ResourceDictionary>