Class ThemeConstants.FontIcon.Size
A static class whose members denote predefined sizes for the Telerik Font Icon component.
Inheritance
System.Object
ThemeConstants.FontIcon.Size
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class Size : Object
Fields
ExtraExtraExtraLarge
Declaration
public const string ExtraExtraExtraLarge = "xxxl"
Field Value
System.String
|
ExtraExtraLarge
Declaration
public const string ExtraExtraLarge = "xxl"
Field Value
System.String
|
ExtraLarge
Declaration
public const string ExtraLarge = "xl"
Field Value
System.String
|
ExtraSmall
Declaration
public const string ExtraSmall = "xs"
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
|