Class ThemeConstants.Carousel.ThemeColor
A static class whose members denote predefined theme colors for the Telerik Carousel component.
Inheritance
System.Object
ThemeConstants.Carousel.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
|
None
Declaration
public const string None = ""
Field Value
System.String
|