New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public enum SkeletonType

Fields

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

C#
Article = 0

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

C#
Card = 3

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

C#
ContentFeed = 6

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

C#
Image = 2

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

C#
PersonaCircle = 4

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

C#
PersonaSquare = 5

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

C#
Text = 1

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

C#
Video = 7