Class BusyIndicatorToolbarItemView
Visual representation of a busy indicator in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class BusyIndicatorToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
BusyIndicatorToolbarItemView()
Initializes a new instance of the Busy
Declaration
public BusyIndicatorToolbarItemView()
Fields
ActualBusyIndicatorStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualBusyIndicatorStyleProperty
Field Value
Microsoft.
|
BusyIndicatorStyleProperty
Identifies the Busy
Declaration
public static readonly BindableProperty BusyIndicatorStyleProperty
Field Value
Microsoft.
|
HorizontalContentOptionsProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
Microsoft.
|
IsBusyProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
Microsoft.
|
VerticalContentOptionsProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
Microsoft.
|
Properties
ActualBusyIndicatorStyle
Gets the actual Microsoft.
Declaration
public Style ActualBusyIndicatorStyle { get; }
Property Value
Microsoft.
|
BusyIndicatorStyle
Gets or sets the Style of the Rad
Declaration
public Style BusyIndicatorStyle { get; set; }
Property Value
Microsoft.
|
HorizontalContentOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item.
For more information see the Microsoft.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
Microsoft.
|
IsBusy
Gets or sets a value indicating if the Busy
Declaration
public bool IsBusy { get; set; }
Property Value
System.
|
VerticalContentOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item.
For more information see the Microsoft.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
Microsoft.
|