- <Application x:Class="WpfApp1.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:WpfApp1"
- StartupUri="MainWindow.xaml">
- <Application.Resources>
- <Style TargetType="Button">
- <Setter Property="Background" Value="#bd6262"/>
- </Style>
- <Style TargetType="TextBlock">
- <Setter Property="FontSize" Value="15"/>
- </Style>
- </Application.Resources>
- </Application>
|