Class ThemeConstants.ToolBar.Size
A static class whose members denote predefined sizes for the Telerik ToolBar component.
Inheritance
System.Object
ThemeConstants.ToolBar.Size
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class Size : Object
Fields
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
|