Class ThemeConstants.Chip.ThemeColor
A static class whose members denote predefined theme colors for the Telerik Chip component.
Inheritance
System.Object
ThemeConstants.Chip.ThemeColor
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class ThemeColor : Object
Fields
Base
Declaration
public const string Base = "base"
Field Value
System.String
|
Error
Declaration
public const string Error = "error"
Field Value
System.String
|
Info
Declaration
public const string Info = "info"
Field Value
System.String
|
Success
Declaration
public const string Success = "success"
Field Value
System.String
|
Warning
Declaration
public const string Warning = "warning"
Field Value
System.String
|