ClassTelerikLoaderContainer
Class
The class for the Telerik Loader Container component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikLoaderContainer : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikLoaderContainer
Implements:
Inherited Members
Constructors
TelerikLoaderContainer()
Declaration
cs-api-definition
public TelerikLoaderContainer()
Properties
LoaderPosition
Defines the loader position against the text.
Declaration
cs-api-definition
[Parameter]
public LoaderPosition LoaderPosition { get; set; }
Property Value
LoaderType
Defines the type of the Loader animation.
Declaration
cs-api-definition
[Parameter]
public LoaderType LoaderType { get; set; }
Property Value
OverlayThemeColor
Defines the theme color of the Loader container overlay.
Declaration
cs-api-definition
[Parameter]
public string OverlayThemeColor { get; set; }
Property Value
Template
Defines the template for the loader container.
Declaration
cs-api-definition
[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
cs-api-definition
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides