skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadBusyIndicator

Represents a busy indicator with different AnimationType.

Inheritance
System.Object
RadLayout
RadBusyIndicator
TreeViewItemBusyIndicator
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class RadBusyIndicator : RadLayout

Constructors

RadBusyIndicator()

Initializes a new instance of RadBusyIndicator.

Declaration
public RadBusyIndicator()

Fields

AnimationContentColorProperty

Identifies the AnimationContentColor property.

Declaration
public static readonly BindableProperty AnimationContentColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

AnimationContentHeightRequestProperty

Identifies the AnimationContentHeightRequest property.

Declaration
public static readonly BindableProperty AnimationContentHeightRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

AnimationContentWidthRequestProperty

Identifies the AnimationContentWidthRequest property.

Declaration
public static readonly BindableProperty AnimationContentWidthRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

AnimationTypeProperty

Identifies the AnimationType property.

Declaration
public static readonly BindableProperty AnimationTypeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

BusyContentProperty

Identifies the BusyContent property.

Declaration
public static readonly BindableProperty BusyContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

BusyContentTemplateProperty

Identifies the BusyContentTemplate property.

Declaration
public static readonly BindableProperty BusyContentTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ContentProperty

Identifies the Content property.

Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ContentUnderOpacityProperty

Identifies the ContentUnderOpacity property.

Declaration
public static readonly BindableProperty ContentUnderOpacityProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IsBusyProperty

Identifies the IsBusy property.

Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

AnimationContentColor

Gets or sets the AnimationContentColor of the busy indicator.

Declaration
public Color AnimationContentColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color

AnimationContentHeightRequest

Gets or sets the AnimationContentHeightRequest of the busy indicator.

Declaration
public double AnimationContentHeightRequest { get; set; }
Property Value
System.Double

AnimationContentWidthRequest

Gets or sets the AnimationContentWidthRequest of the busy indicator.

Declaration
public double AnimationContentWidthRequest { get; set; }
Property Value
System.Double

Animations

Gets a collection of RadAnimation, used when Custom is set for the AnimationType.

Declaration
public Collection<RadAnimation> Animations { get; }
Property Value
System.Collections.ObjectModel.Collection<RadAnimation>

AnimationType

Gets or sets the different AnimationType of the busy indicator.

Declaration
public AnimationType AnimationType { get; set; }
Property Value
AnimationType

BusyContent

Gets or sets the BusyContent of the busy indicator.

Declaration
public View BusyContent { get; set; }
Property Value
Microsoft.Maui.Controls.View

BusyContentTemplate

Gets or sets the BusyContentTemplate of the busy indicator.

Declaration
public ControlTemplate BusyContentTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate

Content

Gets or sets the Content of the busy indicator.

Declaration
public View Content { get; set; }
Property Value
Microsoft.Maui.Controls.View

ContentUnderOpacity

Gets or sets the Content opacity for when the IsBusy property is true.

Declaration
public double ContentUnderOpacity { get; set; }
Property Value
System.Double

IsBusy

Gets or sets if the busy indicator is in a busy state.

Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean

Methods

CreateLayoutManager()

Declaration
protected override ILayoutManager CreateLayoutManager()
Returns
Microsoft.Maui.Layouts.ILayoutManager

Overrides
RadLayout.CreateLayoutManager()

OnBindingContextChanged()

Declaration
protected override void OnBindingContextChanged()

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.