Class ThemeOptions
Options for changing the theme.
Inheritance
System.Object
ThemeOptions
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class ThemeOptions : object
Properties
RightToLeft
Specifies if the theme should be right-to-left.
Declaration
public bool? RightToLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Theme
Specifies the theme.
Declaration
public string Theme { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TriggerChange
Specifies if the theme change should trigger the ThemeChanged event.
Declaration
public bool TriggerChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Wcag
Specifies if the theme colors should meet WCAG contrast requirements.
Declaration
public bool? Wcag { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |