ClassTelerikLoaderContainer
A component that lets you overlay content with a loader and optional text. Supports visibility via Visible, loader animation LoaderType, theme color through ThemeColor and overlay color via OverlayThemeColor, 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
TelerikLoaderContainer()
Declaration
public TelerikLoaderContainer()
Properties
LoaderPosition
Defines the loader position against the text.
Declaration
[Parameter]
public LoaderPosition LoaderPosition { get; set; }
Property Value
LoaderType
Defines the type of the Loader animation.
Declaration
[Parameter]
public LoaderType LoaderType { get; set; }
Property Value
OverlayThemeColor
Defines the theme color of the Loader container overlay.
Declaration
[Parameter]
public string OverlayThemeColor { get; set; }
Property Value
Template
Defines the template for the loader container.
Declaration
[Parameter]
public RenderFragment Template { get; set; }
Property Value
Text
Defines the text of the Loader container.
ThemeColor
Defines the theme color of the Loader container. Default value is Primary.
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides