Table of Contents

Class Theme

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Theme definition.

public class Theme
Inheritance
Theme
Inherited Members

Constructors

Theme()

public Theme()

Properties

Base

Specifies the base color.

public string Base { get; set; }

Property Value

string

ButtonRadius

Specifies the button radius.

public string ButtonRadius { get; set; }

Property Value

string

CardRadius

Specifies the card radius.

public string CardRadius { get; set; }

Property Value

string

Content

Specifies the content color.

public string Content { get; set; }

Property Value

string

ContentText

Specifies the content text color.

public string ContentText { get; set; }

Property Value

string

Premium

Specifies if the theme is premium.

public bool Premium { get; set; }

Property Value

bool

Primary

Specifies the primary color.

public string Primary { get; set; }

Property Value

string

Secondary

Specifies the secondary color.

public string Secondary { get; set; }

Property Value

string

Selection

Specifies the selection color.

public string Selection { get; set; }

Property Value

string

SelectionText

Specifies the selection text color.

public string SelectionText { get; set; }

Property Value

string

SeriesA

Specifies the series A color.

public string SeriesA { get; set; }

Property Value

string

SeriesB

Specifies the series B color.

public string SeriesB { get; set; }

Property Value

string

SeriesC

Specifies the series C color.

public string SeriesC { get; set; }

Property Value

string

Text

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

public string Text { get; set; }

Property Value

string

TitleText

Specifies the title text color.

public string TitleText { get; set; }

Property Value

string

Value

Specifies the theme value e.g. material3.

public string Value { get; set; }

Property Value

string