Dictionary1.xaml 413 B

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