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
Initializes a new instance of the BusyIndicatorToolbarItem class.
public BusyIndicatorToolbarItemView()
Fields
ActualBusyIndicatorStyleProperty
BindableProperty
Identifies the ActualBusyIndicatorStyle property.
public static readonly BindableProperty ActualBusyIndicatorStyleProperty
BusyIndicatorStyleProperty
BindableProperty
Identifies the BusyIndicatorStyle property.
public static readonly BindableProperty BusyIndicatorStyleProperty
HorizontalContentOptionsProperty
BindableProperty
Identifies the HorizontalContentOptions property.
public static readonly BindableProperty HorizontalContentOptionsProperty
IsBusyProperty
BindableProperty
Identifies the IsBusy property.
public static readonly BindableProperty IsBusyProperty
VerticalContentOptionsProperty
BindableProperty
Identifies the VerticalContentOptions property.
public static readonly BindableProperty VerticalContentOptionsProperty
Properties
Gets the actual Style for the BusyIndicator.
public Style ActualBusyIndicatorStyle { get; }
BusyIndicatorStyle
Style
Gets or sets the Style of the RadBusyIndicator.
public Style BusyIndicatorStyle { get; set; }
HorizontalContentOptions
LayoutOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
public LayoutOptions HorizontalContentOptions { get; set; }
Gets or sets a value indicating if the BusyIndicatorToolbarItem is busy.
public bool IsBusy { get; set; }
VerticalContentOptions
LayoutOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
public LayoutOptions VerticalContentOptions { get; set; }