ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / TextBoxStyleContent Class / FontFamily Property

In This Topic
    FontFamily Property (TextBoxStyleContent)
    In This Topic
    Gets or sets the font family of the text.
    Syntax
    'Declaration
     
    Public Property FontFamily As String
    public string FontFamily {get; set;}

    Property Value

    The font family of the text as a System.String.
    See Also