Theme Class

Theme definition.

Inheritance

Object

Theme

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class Theme

Constructors

ThemeLink to this section

Theme definition.

Declaration
public Theme()

Properties

BaseLink to this section

Specifies the base color.

Declaration
public string Base { get; set; }
Property Value
Type Description
stringSpecifies the base color.

ButtonRadiusLink to this section

Specifies the button radius.

Declaration
public string ButtonRadius { get; set; }
Property Value
Type Description
stringSpecifies the button radius.

CardRadiusLink to this section

Specifies the card radius.

Declaration
public string CardRadius { get; set; }
Property Value
Type Description
stringSpecifies the card radius.

ContentLink to this section

Specifies the content color.

Declaration
public string Content { get; set; }
Property Value
Type Description
stringSpecifies the content color.

ContentTextLink to this section

Specifies the content text color.

Declaration
public string ContentText { get; set; }
Property Value
Type Description
stringSpecifies the content text color.

PremiumLink to this section

Specifies if the theme is premium.

Declaration
public bool Premium { get; set; }
Property Value
Type Description
boolSpecifies if the theme is premium.

PrimaryLink to this section

Specifies the primary color.

Declaration
public string Primary { get; set; }
Property Value
Type Description
stringSpecifies the primary color.

SecondaryLink to this section

Specifies the secondary color.

Declaration
public string Secondary { get; set; }
Property Value
Type Description
stringSpecifies the secondary color.

SelectionLink to this section

Specifies the selection color.

Declaration
public string Selection { get; set; }
Property Value
Type Description
stringSpecifies the selection color.

SelectionTextLink to this section

Specifies the selection text color.

Declaration
public string SelectionText { get; set; }
Property Value
Type Description
stringSpecifies the selection text color.

SeriesALink to this section

Specifies the series A color.

Declaration
public string SeriesA { get; set; }
Property Value
Type Description
stringSpecifies the series A color.

SeriesBLink to this section

Specifies the series B color.

Declaration
public string SeriesB { get; set; }
Property Value
Type Description
stringSpecifies the series B color.

SeriesCLink to this section

Specifies the series C color.

Declaration
public string SeriesC { get; set; }
Property Value
Type Description
stringSpecifies the series C color.

TextLink to this section

Specifies the user-friendly theme name e.g. Material3.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringSpecifies the user-friendly theme name e.g. Material3.

TitleTextLink to this section

Specifies the title text color.

Declaration
public string TitleText { get; set; }
Property Value
Type Description
stringSpecifies the title text color.

ValueLink to this section

Specifies the theme value e.g. material3.

Declaration
public string Value { get; set; }
Property Value
Type Description
stringSpecifies the theme value e.g. material3.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙