We've got some more new features coming to our WPF PropertyGrid control in the upcoming 2014.1 version.
In the new version, when an object with any sort of font-related property (like FontFamily, FontStretch, FontStyle, or FontWeight) is edited in PropertyGrid, it will automatically use new built-in editors designed specifically for those property types. The editors kick in based on the return type of the property. For instance, you could have a property defined as this and the FontFamily property editor will be used:
public FontFamily HeaderFontFamily { get; set; }
Example Screenshots
Let's see the new features in action. Here are some screenshots:
The screenshot above shows the FontFamily drop-down.
The screenshot above shows the FontWeight drop-down.
Summary
These new features will be available in the 2014.1 version of PropertyGrid for WPF.