Gets the collection of font families available in the toolbar.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)

Syntax

C#
public Collection<FontFamily> FontFamilies { get; private set; }
Visual Basic
Public Property FontFamilies As Collection(Of FontFamily)
	Get
	Private Set

See Also