Class ThemeConstants.Window.ThemeColor
A static class whose members denote predefined theme colors for the Telerik Window component.
Inheritance
System.Object
ThemeConstants.Window.ThemeColor
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class ThemeColor : Object
Fields
Dark
Declaration
public const string Dark = "dark"
Field Value
System.String
|
Light
Declaration
public const string Light = "light"
Field Value
System.String
|
Primary
Declaration
public const string Primary = "primary"
Field Value
System.String
|