App.xaml 547 B

12345678910111213
  1. <Application x:Class="Gitproect.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="clr-namespace:Proetic"
  5. StartupUri="MainWindow.xaml">
  6. <Application.Resources>
  7. <Style TargetType="TextBlock">
  8. <Setter Property="FontFamily" Value=" Monotype Corsiva"></Setter>
  9. <Setter Property="FontSize" Value="18"></Setter>
  10. </Style>
  11. </Application.Resources>
  12. </Application>