ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ThemeSelector Class / AvailableThemes Property

In This Topic
    AvailableThemes Property
    In This Topic
    Gets or sets the collection of available themes.
    Syntax
    'Declaration
     
    Public Property AvailableThemes As ColorTheme()
    public ColorTheme[] AvailableThemes {get; set;}

    Property Value

    An array of ColorTheme objects representing the themes available for selection.
    Remarks
    Predefined themes: "default", "activeReports", "activeReportsDark", "defaultDark", "darkOled", "highContrast", "highContrastDark".
    See Also