Table of Contents

Class ThemeOptions

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Options for changing the theme.

public class ThemeOptions
Inheritance
ThemeOptions
Inherited Members

Constructors

ThemeOptions()

public ThemeOptions()

Properties

RightToLeft

Specifies if the theme should be right-to-left.

public bool? RightToLeft { get; set; }

Property Value

bool?

Theme

Specifies the theme.

public string Theme { get; set; }

Property Value

string

TriggerChange

Specifies if the theme change should trigger the ThemeChanged event.

public bool TriggerChange { get; set; }

Property Value

bool

Wcag

Specifies if the theme colors should meet WCAG contrast requirements.

public bool? Wcag { get; set; }

Property Value

bool?