#892 – Changing the Font for Everything within a GroupBox

If you want to change the font used for both the header of a GroupBox, as well as any textual elements within it, you can set font-related properties on the GroupBox itself.

In the example below, the GroupBox on the left does not set font properties:

<GroupBox Header="Roman Dudes" Margin="10">

The GroupBox on the right sets both FontSize and FontFamily:

        <GroupBox Header="Greek Dudes" Margin="10"
                  FontSize="16" FontFamily="Comic Sans MS">

The GroupBox on the right then uses the specified font for both the header and for any Label elements within its boundaries.
892-001

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

One Response to #892 – Changing the Font for Everything within a GroupBox

  1. Pingback: Dew Drop – August 26, 2013 (#1,611) | Alvin Ashcraft's Morning Dew

Leave a comment