ClassTelerikLoader
Class
A component that lets you show a loading indicator with configurable animation, color, and size. Supports visibility via Visible (and programmatic /), animation Type (pulsing/spinner variants), theme color through ThemeColor, and sizing via Size.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikLoader : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikLoader
Implements:
Inherited Members
Constructors
TelerikLoader()
Declaration
cs-api-definition
public TelerikLoader()
Properties
ThemeColor
Defines the theme color of the Loader. Default value is Primary.
Declaration
cs-api-definition
[Parameter]
public string ThemeColor { get; set; }
Property Value
Type
Defines the type of the Loader animation.
Declaration
cs-api-definition
[Parameter]
public LoaderType Type { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides