RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Block Class / FontFamily Property

In This Topic
    FontFamily Property (C1Block)
    In This Topic
    Gets or sets the preferred font family for the content of the element.
    Syntax
    'Declaration
     
    
    Public Property FontFamily As FontFamily
    public FontFamily FontFamily {get; set;}
    See Also