Specifies how font names should be displayed in the font selector of a RichTextToolBar.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum FontSelectorDisplayMode
Visual Basic (Declaration)
Public Enumeration FontSelectorDisplayMode

Members

Member nameDescription
Preview
Display each font name using that font itself.
Plain
Display the font name using the default font.

See Also