.NET MAUI BusyIndicator Overview

The Telerik BusyIndicator for .NET MAUI allows you to display a notification whenever a long-running process is being handled by the application. This makes the UI more informative and the user experience smoother.

Telerik Maui Ninja image

The BusyIndicator is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

BusyIndicator Overview

Key Features

  • Built-in animations—The BusyIndicator control provides a set of built-in animations, which you can use.
  • Custom animation—The control allows you to define custom content and animate it by using the RadAnimation class.
  • Custom busy content—Setting the BusyContent property of BusyIndicator allows you to display any content along with the built-in animations while the control is in its Busy state.
  • Option for setting an opacity when busy indicator is shown. In this way the content behind the busy indicator is visible.

Next Steps

See Also

In this article