- <Application x:Class="WpfApp2.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:WpfApp2"
- StartupUri="MainWindow.xaml">
- <Application.Resources>
- <Style TargetType="Button">
- <Setter Property="Height" Value="50"/>
- <Setter Property="Width" Value="128"/>
- <Setter Property="Background" Value="Pink"/>
- </Style>
- </Application.Resources>
- </Application>
|