Class ThemeConstants.Badge.Rounded
A static class whose members denote predefined roundnesses for the Telerik Badge component.
Inheritance
System.Object
ThemeConstants.Badge.Rounded
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class Rounded : Object
Fields
Full
Declaration
public const string Full = "full"
Field Value
System.String
|
Large
Declaration
public const string Large = "lg"
Field Value
System.String
|
Medium
Declaration
public const string Medium = "md"
Field Value
System.String
|
Small
Declaration
public const string Small = "sm"
Field Value
System.String
|