Class
SkeletonCustomView

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:

cs-api-definition
public class SkeletonCustomView : ContentView

Inheritance: objectSkeletonCustomView

Constructors

SkeletonCustomView()

Declaration

cs-api-definition
public SkeletonCustomView()

Fields

ContentTemplateProperty

Identifies the ContentTemplate bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty ContentTemplateProperty

Field Value

BindableProperty

Properties

ContentTemplate

Gets or sets the data template that defines the custom skeleton loading view content.

Declaration

cs-api-definition
public DataTemplate ContentTemplate { get; set; }

Property Value

DataTemplate

Methods

ArrangeOverride(Rect)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Rect bounds)

Parameters

bounds

Rect

Returns

Size