Class LoadingSkeletonContainer
Inheritance
System.Object
LoadingSkeletonContainer
Namespace: Telerik.Blazor.Components.Common.Loader
Assembly: Telerik.Blazor.dll
Syntax
public class LoadingSkeletonContainer : ComponentBase
Constructors
LoadingSkeletonContainer()
Declaration
public LoadingSkeletonContainer()
Properties
Size
Declaration
public string Size { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|