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