Class
BusyIndicatorToolbarItemView

Visual representation of a busy indicator in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

BusyIndicatorToolbarItemView()

Initializes a new instance of the BusyIndicatorToolbarItem class.

Declaration

cs-api-definition
public BusyIndicatorToolbarItemView()

Fields

ActualBusyIndicatorStyleProperty

Identifies the ActualBusyIndicatorStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualBusyIndicatorStyleProperty

Field Value

BindableProperty

BusyIndicatorStyleProperty

Identifies the BusyIndicatorStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty BusyIndicatorStyleProperty

Field Value

BindableProperty

HorizontalContentOptionsProperty

Identifies the HorizontalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalContentOptionsProperty

Field Value

BindableProperty

IsBusyProperty

Identifies the IsBusy property.

Declaration

cs-api-definition
public static readonly BindableProperty IsBusyProperty

Field Value

BindableProperty

VerticalContentOptionsProperty

Identifies the VerticalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalContentOptionsProperty

Field Value

BindableProperty

Properties

ActualBusyIndicatorStyle

Gets the actual Style for the BusyIndicator.

Declaration

cs-api-definition
public Style ActualBusyIndicatorStyle { get; }

Property Value

Style

BusyIndicatorStyle

Gets or sets the Style of the RadBusyIndicator.

Declaration

cs-api-definition
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

cs-api-definition
public LayoutOptions HorizontalContentOptions { get; set; }

Property Value

LayoutOptions

IsBusy

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

Declaration

cs-api-definition
public bool IsBusy { get; set; }

Property Value

bool

VerticalContentOptions

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

Declaration

cs-api-definition
public LayoutOptions VerticalContentOptions { get; set; }

Property Value

LayoutOptions