Gets or sets a list of font families available to the user.

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

Syntax

C#
public IList<FontFamily> FontFamilies { get; set; }
Visual Basic (Declaration)
Public Property FontFamilies As IList(Of FontFamily)

See Also