Enum SkeletonType
Defines the shape of the Skeleton.
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SkeletonType
Remarks
The shape determines the visual appearance of the skeleton placeholder and affects how dimensions are applied. Circle and Square shapes use only the Width property for sizing, while Text and Rectangle shapes use both Width and Height.
Fields
| Name | Description |
|---|---|
| Circle | Defines the Skeleton shape as circle. |
| Rectangle | Defines the Skeleton shape as rectangle. |
| Square | Defines the Skeleton shape as square. |
| Text | Defines the Skeleton shape as text. |