App.xaml 506 B

1234567891011
  1. <Application x:Class="DemoTest_Boldin_41P.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:DemoTest_Boldin_41P"
  5. StartupUri="MainWindow.xaml">
  6. <Application.Resources>
  7. <Style TargetType="TextBlock">
  8. <Setter Property="FontFamily" Value="Monotype Corsiva"></Setter>
  9. </Style>
  10. </Application.Resources>
  11. </Application>