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