Class TelerikSkeleton
The class for the Telerik Skeleton component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikSkeleton : BaseComponent, IDisposable
Constructors
TelerikSkeleton()
Declaration
public TelerikSkeleton()
Properties
AnimationType
Defines the skeleton animation type. Default value is Pulse.
Declaration
public SkeletonAnimationType AnimationType { get; set; }
Property Value
SkeletonAnimationType
|
Height
Defines the height of the skeleton.
Declaration
public string Height { get; set; }
Property Value
System.String
|
ShapeType
Defines the skeleton shape type. Default value is Text .
Declaration
public SkeletonShapeType ShapeType { get; set; }
Property Value
SkeletonShapeType
|
Visible
Defines if the skeleton indicator is visible.
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Width
Defines the width of the skeleton.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|