- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:local="clr-namespace:AuthKhritankov"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <Style TargetType="{x:Type Label}">
- <Setter Property="Background" Value="Orange"/>
- <Setter Property="Padding" Value="0"/>
- </Style>
- <Style TargetType="{x:Type Button}">
- <Setter Property="Background" Value="Orange"/>
- <Setter Property="Padding" Value="0"/>
- <Setter Property="Width" Value="60"/>
- <Setter Property="Height" Value="20"/>
- </Style>
- </ResourceDictionary>
|