Class SkeletonShapeType
Defines the skeleton shape type.
Inheritance
System.Object
SkeletonShapeType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SkeletonShapeType : Enum
Fields
Circle
Renders a circular Skeleton.
Declaration
public const SkeletonShapeType Circle
Field Value
SkeletonShapeType
|
Rectangle
Renders a rectangular Skeleton.
Declaration
public const SkeletonShapeType Rectangle
Field Value
SkeletonShapeType
|
Text
Renders a line Skeleton.
Declaration
public const SkeletonShapeType Text
Field Value
SkeletonShapeType
|
value__
Declaration
public int value__
Field Value
System.Int32
|