ClassTelerikSkeleton
Class
The class for the Telerik Skeleton component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikSkeleton : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikSkeleton
Implements:
Inherited Members
Constructors
TelerikSkeleton()
Declaration
cs-api-definition
public TelerikSkeleton()
Properties
AnimationType
Defines the skeleton animation type. Default value is Pulse.
Declaration
cs-api-definition
[Parameter]
public SkeletonAnimationType AnimationType { get; set; }
Property Value
Height
Defines the height of the skeleton.
ShapeType
Defines the skeleton shape type. Default value is Text .
Declaration
cs-api-definition
[Parameter]
public SkeletonShapeType ShapeType { get; set; }
Property Value
Visible
Defines if the skeleton indicator is visible.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides