WinUI BusyIndicator Overview

27 Sep 20221 minute to read

The Busy Indicator control for .NET WinUI is used to display a predefined built-in animation when an operation runs in the background of the application and waiting for its completion. It can be customized in terms of size, color, duration, and content.

BusyIndicator control overview in WinUI

Key features

  • AnimationType: Seven different animation types.
  • DurationFactor: Customize the animation duration.
  • SizeFactor: Customize the size of the indicator.
  • Color: Customize the indicator color.
  • Content: Display an indicator showing the loading progress of the content with customization support.