A component that lets you overlay content with a loader and optional text. Supports visibility via Visible, loader animation LoaderType, theme color through ThemeColor, sizing with Size, loader/text layout through LoaderPosition, custom Template, and Text for status messages.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikLoaderContainer : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikLoaderContainer
Implements:
Inherited Members
Constructors
public TelerikLoaderContainer()
Properties
Defines the loader position against the text.
[Parameter]
public LoaderPosition LoaderPosition { get; set; }
Defines the type of the Loader animation.
[Parameter]
public LoaderType LoaderType { get; set; }
Defines whether the overlay is rendered over the content behind the loader container. Default value is true.
[Parameter]
public bool ShowOverlay { get; set; }
Specifies the size of the LoaderContainer.
[Parameter]
public string Size { get; set; }
Defines the template for the loader container.
[Parameter]
public RenderFragment Template { get; set; }
Defines the theme color of the Loader container.
[Parameter]
public string ThemeColor { get; set; }
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides: