Options for changing the theme.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class ThemeOptionsSpecifies if the theme should be right-to-left.
public bool? RightToLeft { get; set; }
| Type | Description |
|---|---|
| bool? | Specifies if the theme should be right-to-left. |
Specifies the theme.
public string Theme { get; set; }
| Type | Description |
|---|---|
| string | Specifies the theme. |
Specifies if the theme change should trigger the ThemeChanged event.
public bool TriggerChange { get; set; }
| Type | Description |
|---|---|
| bool | Specifies if the theme change should trigger the ThemeChanged event. |
Specifies if the theme colors should meet WCAG contrast requirements.
public bool? Wcag { get; set; }
| Type | Description |
|---|---|
| bool? | Specifies if the theme colors should meet WCAG contrast requirements. |