Class RadBusyIndicator
Represents a busy indicator with different AnimationType.
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadBusyIndicator : RadLayout
Constructors
RadBusyIndicator()
Initializes a new instance of RadBusyIndicator.
Declaration
public RadBusyIndicator()
Fields
AnimationContentColorProperty
Identifies the AnimationContentColor property.
Declaration
public static readonly BindableProperty AnimationContentColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
AnimationContentHeightRequestProperty
Identifies the AnimationContentHeightRequest property.
Declaration
public static readonly BindableProperty AnimationContentHeightRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
AnimationContentWidthRequestProperty
Identifies the AnimationContentWidthRequest property.
Declaration
public static readonly BindableProperty AnimationContentWidthRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
AnimationTypeProperty
Identifies the AnimationType property.
Declaration
public static readonly BindableProperty AnimationTypeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BusyContentProperty
Identifies the BusyContent property.
Declaration
public static readonly BindableProperty BusyContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BusyContentTemplateProperty
Identifies the BusyContentTemplate property.
Declaration
public static readonly BindableProperty BusyContentTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ContentProperty
Identifies the Content property.
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ContentUnderOpacityProperty
Identifies the ContentUnderOpacity property.
Declaration
public static readonly BindableProperty ContentUnderOpacityProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsBusyProperty
Identifies the IsBusy property.
Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AnimationContentColor
Gets or sets the AnimationContentColor of the busy indicator.
Declaration
public Color AnimationContentColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
AnimationContentHeightRequest
Gets or sets the AnimationContentHeightRequest of the busy indicator.
Declaration
public double AnimationContentHeightRequest { get; set; }
Property Value
System.Double
|
AnimationContentWidthRequest
Gets or sets the AnimationContentWidthRequest of the busy indicator.
Declaration
public double AnimationContentWidthRequest { get; set; }
Property Value
System.Double
|
Animations
Gets a collection of RadAnimation, used when Custom is set for the AnimationType.
Declaration
public Collection<RadAnimation> Animations { get; }
Property Value
System.Collections.ObjectModel.Collection<RadAnimation>
|
AnimationType
Gets or sets the different AnimationType of the busy indicator.
Declaration
public AnimationType AnimationType { get; set; }
Property Value
AnimationType
|
BusyContent
Gets or sets the BusyContent of the busy indicator.
Declaration
public View BusyContent { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
BusyContentTemplate
Gets or sets the BusyContentTemplate of the busy indicator.
Declaration
public ControlTemplate BusyContentTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
Content
Gets or sets the Content of the busy indicator.
Declaration
public View Content { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
ContentUnderOpacity
Declaration
public double ContentUnderOpacity { get; set; }
Property Value
System.Double
|
IsBusy
Gets or sets if the busy indicator is in a busy state.
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
Methods
CreateLayoutManager()
Declaration
protected override ILayoutManager CreateLayoutManager()
Returns
Microsoft.Maui.Layouts.ILayoutManager
|
Overrides
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()