SkeletonCustomView
Class
Hosts a user-defined loading view template for RadSkeleton and extracts drawable shape figures from its layout.
Definition
Namespace:Telerik.Maui.Controls.Skeleton
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SkeletonCustomView : ContentView
Inheritance: objectSkeletonCustomView
Constructors
C#
public SkeletonCustomView()
Fields
ContentTemplateProperty
BindableProperty
Identifies the ContentTemplate bindable property.
C#
public static readonly BindableProperty ContentTemplateProperty
Properties
ContentTemplate
DataTemplate
Gets or sets the data template that defines the custom skeleton loading view content.
C#
public DataTemplate ContentTemplate { get; set; }
Methods
C#
protected override Size ArrangeOverride(Rect bounds)
Size