Class FontFamiliesProvider
Represents bindable object containing registered fonts.
Inheritance
System.Object
FontFamiliesProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class FontFamiliesProvider
Constructors
FontFamiliesProvider()
Declaration
public FontFamiliesProvider()
Properties
RegisteredFonts
Gets registered fonts.
Declaration
public RegisteredFonts RegisteredFonts { get; }
Property Value
RegisteredFonts
The registered fonts. |