Class SkeletonType
Defines the shape of the Skeleton.
Inheritance
System.Object
SkeletonType
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SkeletonType : Enum
Fields
Circle
Defines the Skeleton shape as circle.
Declaration
public const SkeletonType Circle
Field Value
Type |
---|
SkeletonType |
Rectangle
Defines the Skeleton shape as rectangle.
Declaration
public const SkeletonType Rectangle
Field Value
Type |
---|
SkeletonType |
Square
Defines the Skeleton shape as square.
Declaration
public const SkeletonType Square
Field Value
Type |
---|
SkeletonType |
Text
Defines the Skeleton shape as text.
Declaration
public const SkeletonType Text
Field Value
Type |
---|
SkeletonType |