Class LoaderSize
The size of the Loader indicator.
Inheritance
System.Object
LoaderSize
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class LoaderSize : Enum
Fields
Large
Large size of the loading indicator.
Declaration
public const LoaderSize Large
Field Value
LoaderSize
|
Medium
Medium size of the loading indicator. This is the default value.
Declaration
public const LoaderSize Medium
Field Value
LoaderSize
|
Small
Small size of the loading indicator.
Declaration
public const LoaderSize Small
Field Value
LoaderSize
|
value__
Declaration
public int value__
Field Value
System.Int32
|