EnumSkeletonType
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:
public enum SkeletonType
Fields
Article
Displays a skeleton layout suitable for article content, typically showing an image and text lines with varying widths.
Card
Shows a card-style skeleton layout with sections for image and text content.
ContentFeed
Shows a content feed skeleton layout, suitable for social media feeds or news lists.
Image
Displays a skeleton for image-based content, showing a placeholder for an image.
PersonaCircle
Displays a persona skeleton with a circular avatar and text lines, commonly used for user profiles or contacts.
PersonaSquare
Displays a persona skeleton with a square avatar and text lines, an alternative to PersonaCircle.
Text
Shows a simple text skeleton with horizontal lines representing text content.
Video
Displays a skeleton suitable for video content, showing a large rectangular placeholder.