Enum
SkeletonType

Specifies the type of built-in skeleton template to display during content loading. Each type provides a predefined layout optimized for different content scenarios.

Definition

Namespace:Telerik.Maui.Controls.Skeleton

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum SkeletonType

Fields

Article

Displays a skeleton layout suitable for article content, typically showing an image and text lines with varying widths.

Declaration

cs-api-definition
Article = 0

Field Value

SkeletonType

Card

Shows a card-style skeleton layout with sections for image and text content.

Declaration

cs-api-definition
Card = 3

Field Value

SkeletonType

ContentFeed

Shows a content feed skeleton layout, suitable for social media feeds or news lists.

Declaration

cs-api-definition
ContentFeed = 6

Field Value

SkeletonType

Image

Displays a skeleton for image-based content, showing a placeholder for an image.

Declaration

cs-api-definition
Image = 2

Field Value

SkeletonType

PersonaCircle

Displays a persona skeleton with a circular avatar and text lines, commonly used for user profiles or contacts.

Declaration

cs-api-definition
PersonaCircle = 4

Field Value

SkeletonType

PersonaSquare

Displays a persona skeleton with a square avatar and text lines, an alternative to PersonaCircle.

Declaration

cs-api-definition
PersonaSquare = 5

Field Value

SkeletonType

Text

Shows a simple text skeleton with horizontal lines representing text content.

Declaration

cs-api-definition
Text = 1

Field Value

SkeletonType

Video

Displays a skeleton suitable for video content, showing a large rectangular placeholder.

Declaration

cs-api-definition
Video = 7

Field Value

SkeletonType