ClassBusyIndicatorToolbarItemView
Visual representation of a busy indicator in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class BusyIndicatorToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewBusyIndicatorToolbarItemView
Derived Classes:
Implements:
Inherited Members
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
BindableProperty
BusyIndicatorStyleProperty
Identifies the BusyIndicatorStyle property.
Declaration
public static readonly BindableProperty BusyIndicatorStyleProperty
Field Value
BindableProperty
HorizontalContentOptionsProperty
Identifies the HorizontalContentOptions property.
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
BindableProperty
IsBusyProperty
Identifies the IsBusy property.
Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
BindableProperty
VerticalContentOptionsProperty
Identifies the VerticalContentOptions property.
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
BindableProperty
Properties
ActualBusyIndicatorStyle
Gets the actual Style for the BusyIndicator.
Declaration
public Style ActualBusyIndicatorStyle { get; }
Property Value
Style
BusyIndicatorStyle
Gets or sets the Style of the RadBusyIndicator.
Declaration
public Style BusyIndicatorStyle { get; set; }
Property Value
Style
HorizontalContentOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
LayoutOptions
IsBusy
Gets or sets a value indicating if the BusyIndicatorToolbarItem is busy.
VerticalContentOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
LayoutOptions