Class TelerikLoaderContainer
The class for the Telerik Loader Container component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikLoaderContainer : BaseComponent, IDisposable
Constructors
TelerikLoaderContainer()
Declaration
public TelerikLoaderContainer()
Properties
LoaderPosition
Defines the loader position against the text.
Declaration
public LoaderPosition LoaderPosition { get; set; }
Property Value
LoaderPosition
|
LoaderType
Defines the type of the Loader animation.
Declaration
public LoaderType LoaderType { get; set; }
Property Value
LoaderType
|
OverlayThemeColor
Defines the theme color of the Loader container overlay.
Declaration
public string OverlayThemeColor { get; set; }
Property Value
System.String
|
Size
Specifies the size of the LoaderContainer. Default value is Medium.
Declaration
public string Size { get; set; }
Property Value
System.String
|
Template
Defines the template for the loader container.
Declaration
public RenderFragment Template { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Text
Defines the text of the Loader container.
Declaration
public string Text { get; set; }
Property Value
System.String
|
ThemeColor
Defines the theme color of the Loader container. Default value is Primary.
Declaration
public string ThemeColor { get; set; }
Property Value
System.String
|
Visible
Defines whether the Loader container is visible or not.
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|