alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved