Class Theme
Theme definition.
Inheritance
System.Object
Theme
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class Theme : object
Properties
Base
Specifies the base color.
Declaration
public string Base { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ButtonRadius
Specifies the button radius.
Declaration
public string ButtonRadius { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CardRadius
Specifies the card radius.
Declaration
public string CardRadius { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Content
Specifies the content color.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentText
Specifies the content text color.
Declaration
public string ContentText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Premium
Specifies if the theme is premium.
Declaration
public bool Premium { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Primary
Specifies the primary color.
Declaration
public string Primary { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Secondary
Specifies the secondary color.
Declaration
public string Secondary { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Selection
Specifies the selection color.
Declaration
public string Selection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectionText
Specifies the selection text color.
Declaration
public string SelectionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeriesA
Specifies the series A color.
Declaration
public string SeriesA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeriesB
Specifies the series B color.
Declaration
public string SeriesB { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeriesC
Specifies the series C color.
Declaration
public string SeriesC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Specifies the user-friendly theme name e.g. Material3.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TitleText
Specifies the title text color.
Declaration
public string TitleText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Specifies the theme value e.g. material3.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |