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
ButtonRadius
Specifies the button radius.
public string ButtonRadius { get; set; }
Property Value
CardRadius
Specifies the card radius.
public string CardRadius { get; set; }
Property Value
Content
Specifies the content color.
public string Content { get; set; }
Property Value
ContentText
Specifies the content text color.
public string ContentText { get; set; }
Property Value
Premium
Specifies if the theme is premium.
public bool Premium { get; set; }
Property Value
Primary
Specifies the primary color.
public string Primary { get; set; }
Property Value
Secondary
Specifies the secondary color.
public string Secondary { get; set; }
Property Value
Selection
Specifies the selection color.
public string Selection { get; set; }
Property Value
SelectionText
Specifies the selection text color.
public string SelectionText { get; set; }
Property Value
SeriesA
Specifies the series A color.
public string SeriesA { get; set; }
Property Value
SeriesB
Specifies the series B color.
public string SeriesB { get; set; }
Property Value
SeriesC
Specifies the series C color.
public string SeriesC { get; set; }
Property Value
Text
Specifies the user-friendly theme name e.g. Material3.
public string Text { get; set; }
Property Value
TitleText
Specifies the title text color.
public string TitleText { get; set; }
Property Value
Value
Specifies the theme value e.g. material3.
public string Value { get; set; }