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