TelerikLoader
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:
C#
public class TelerikLoader : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikLoader
Implements:
Inherited Members
Constructors
C#
public TelerikLoader()
Properties
Defines the theme color of the Loader.
C#
[Parameter]
public string ThemeColor { get; set; }
Defines the type of the Loader animation.
C#
[Parameter]
public LoaderType Type { get; set; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides: