Class LoaderType
The type (animation) of the Loader indicator.
Inheritance
System.Object
LoaderType
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class LoaderType : Enum
Fields
ConvergingSpinner
Render Converging Spinner loader indicator.
Declaration
public const LoaderType ConvergingSpinner
Field Value
LoaderType
|
InfiniteSpinner
Render Infinite Spinner loader indicator.
Declaration
public const LoaderType InfiniteSpinner
Field Value
LoaderType
|
Pulsing
value__
Declaration
public int value__
Field Value
System.Int32
|