[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ColorTheme

ColorTheme Class

Represents a color theme.

Inheritance
ColorTheme
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
[JsonConverter(typeof())]
public class ColorTheme
Remarks

The ColorTheme class allows for the customization of appearance through primary, secondary, neutral, and other color properties.

Constructors

Name Description
ColorTheme()

Properties

Name Description
BackgroundMain

Gets or sets the main background color of the theme.

BackgroundPanels

Gets or sets the background color of panels in the theme.

Error

Gets or sets the error color of the theme.

FontFamily

Gets or sets the font family used in the theme.

Name

Gets or sets the name of the theme.

Neutral

Gets or sets the neutral color of the theme.

Primary

Gets or sets the primary color of the theme.

Secondary

Gets or sets the secondary color of the theme.

Type

Gets or sets the type of the theme (light or dark).

Warning

Gets or sets the warning color of the theme.

Operators

Name Description
implicit operator ColorTheme(string)