StyleGroupBox.xaml 511 B

1234567891011
  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. <Style.Setters>
  5. <Setter Property="Foreground" Value="#498C51"/>
  6. <Setter Property="FontSize" Value="15"/>
  7. <Setter Property="FontWeight" Value="Bold"/>
  8. <Setter Property="BorderThickness" Value="0"/>
  9. </Style.Setters>
  10. </Style>
  11. </ResourceDictionary>