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

In This Topic
    Themes Property (DesignerSettings)
    In This Topic
    Gets or sets the settings for themes, allowing configuration of the default theme, available themes for user selection, and settings for the theme selector.
    Syntax
    'Declaration
     
    Public Property Themes As ThemeSettings
    public ThemeSettings Themes {get; set;}

    Property Value

    An instance of GrapeCity.ActiveReports.Blazor.Viewer.ThemeSettings that contains the theme settings.
    See Also