ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / Fonts Property

In This Topic
    Fonts Property (DesignerSettings)
    In This Topic
    Gets or sets the list of fonts displayed in Font property editors all over Designer.
    Syntax
    'Declaration
     
    Public Property Fonts As Object()
    public object[] Fonts {get; set;}

    Property Value

    An array of objects representing fonts or font headers.
    Remarks
    It should be Font or FontHeader.
    See Also