GroupBoxStyle.xaml 340 B

12345678
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <Style TargetType="GroupBox">
  4. <Setter Property="FontSize" Value="20" />
  5. <Setter Property="BorderBrush" Value="Black" />
  6. </Style>
  7. </ResourceDictionary>