New to Telerik UI for .NET MAUIStart a free 30-day trial

Visual representation of a busy indicator in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class BusyIndicatorToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewBusyIndicatorToolbarItemView...

Derived Classes: PdfViewerSearchBusyIndicatorToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement...

Inherited Members ToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

Constructors

Initializes a new instance of the BusyIndicatorToolbarItem class.

C#
public BusyIndicatorToolbarItemView()

Fields

Identifies the ActualBusyIndicatorStyle property.

C#
public static readonly BindableProperty ActualBusyIndicatorStyleProperty

Identifies the BusyIndicatorStyle property.

C#
public static readonly BindableProperty BusyIndicatorStyleProperty

Identifies the HorizontalContentOptions property.

C#
public static readonly BindableProperty HorizontalContentOptionsProperty

IsBusyProperty

BindableProperty

Identifies the IsBusy property.

C#
public static readonly BindableProperty IsBusyProperty

Identifies the VerticalContentOptions property.

C#
public static readonly BindableProperty VerticalContentOptionsProperty

Properties

Gets the actual Style for the BusyIndicator.

C#
public Style ActualBusyIndicatorStyle { get; }

Gets or sets the Style of the RadBusyIndicator.

C#
public Style BusyIndicatorStyle { get; set; }

Gets or sets the horizontal alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.

C#
public LayoutOptions HorizontalContentOptions { get; set; }

Gets or sets a value indicating if the BusyIndicatorToolbarItem is busy.

C#
public bool IsBusy { get; set; }

Gets or sets the vertical alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.

C#
public LayoutOptions VerticalContentOptions { get; set; }