The WPF Busy Indicator control enables users to know when the application is busy.
Busy indicator includes over 28 pre-built animations that can be shown within your applications.
Dot-circle busy indicator.
Cupertino busy indicator.
Arrow track type busy indicator.
Ball type busy indicator.
Battery type busy indicator.
Box type busy indicator.
Delete type busy indicator.
Double circle type busy indicator.
Drop type busy indicator.
ECG type busy indicator.
Flight type busy indicator.
Flower type busy indicator.
Gear type busy indicator.
Globe type busy indicator.
GPS type busy indicator.
Horizontal pulsing box type busy indicator.
Liquid type busy indicator.
Pen type busy indicator.
Print type busy indicator.
Rainy type busy indicator.
Rectangle type busy indicator.
Rotation type busy indicator.
Single circle type busy indicator.
Slice box type busy indicator.
Slice circle type busy indicator.
Snow type busy indicator.
Sunny type busy indicator.
Temperature type busy indicator.
Umbrella type busy indicator.
Windmill type busy indicator.
The header text indicates the busy status of the control to the users.
Easily get started with the WPF Busy Indicator using a few simple lines of XAML or C# code example as demonstrated below. Also explore our WPF Busy Indicator Example that shows you how to render and configure the Busy Indicator in WPF.
<syncfusion:SfBusyIndicator AnimationType="Flight"/>
public MainWindow()
{
InitializeComponent();
Grid grid = new Grid();
SfBusyIndicator busyIndicator = new SfBusyIndicator();
busyIndicator.AnimationType = Syncfusion.Windows.Controls.Notification.AnimationTypes.Flight;
grid.Children.Add(busyIndicator);
this.Content = grid;
}
The Syncfusion WPF Busy Indicator provides the following:
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.