Class RadBusyIndicator
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadBusyIndicator : RadLayout<View>
Constructors
RadBusyIndicator()
Declaration
public RadBusyIndicator()
Fields
AnimationContentColorProperty
Declaration
public static readonly BindableProperty AnimationContentColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AnimationContentHeightRequestProperty
Declaration
public static readonly BindableProperty AnimationContentHeightRequestProperty
Field Value
Xamarin.Forms.BindableProperty
|
AnimationContentWidthRequestProperty
Declaration
public static readonly BindableProperty AnimationContentWidthRequestProperty
Field Value
Xamarin.Forms.BindableProperty
|
AnimationTypeProperty
Declaration
public static readonly BindableProperty AnimationTypeProperty
Field Value
Xamarin.Forms.BindableProperty
|
BusyContentProperty
Declaration
public static readonly BindableProperty BusyContentProperty
Field Value
Xamarin.Forms.BindableProperty
|
BusyContentTemplateProperty
Declaration
public static readonly BindableProperty BusyContentTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
ContentProperty
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsBusyProperty
Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AnimationContentColor
Declaration
public Color AnimationContentColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AnimationContentHeightRequest
Declaration
public double AnimationContentHeightRequest { get; set; }
Property Value
System.Double
|
AnimationContentWidthRequest
Declaration
public double AnimationContentWidthRequest { get; set; }
Property Value
System.Double
|
Animations
Declaration
public Collection<RadAnimation> Animations { get; }
Property Value
System.Collections.ObjectModel.Collection<RadAnimation>
|
AnimationType
BusyContent
Declaration
public View BusyContent { get; set; }
Property Value
Xamarin.Forms.View
|
BusyContentTemplate
Declaration
public ControlTemplate BusyContentTemplate { get; set; }
Property Value
Xamarin.Forms.ControlTemplate
|
Content
Declaration
public View Content { get; set; }
Property Value
Xamarin.Forms.View
|
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|