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

In This Topic
    Fonts Property (ReportDesigner)
    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 System.Object representing the fonts.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also