Class TelerikLoader
The class for the Telerik Loader component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikLoader : BaseComponent, IDisposable
Constructors
TelerikLoader()
Declaration
public TelerikLoader()
Properties
Size
Specifies the size of the Loader. Default value is Medium.
Declaration
public string Size { get; set; }
Property Value
System.String
|
ThemeColor
Defines the theme color of the Loader. Default value is Primary.
Declaration
public string ThemeColor { get; set; }
Property Value
System.String
|
Type
Defines the type of the Loader animation.
Declaration
public LoaderType Type { get; set; }
Property Value
LoaderType
|
Visible
Defines whether the Loader is visible or not.
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|