Getting Started with WPF Busy Indicator (SfBusyIndicator)
18 Feb 2021 / 1 minute to read
Namespace: Syncfusion.Windows.Controls.Notification.
Assembly: Syncfusion.SfBusyIndicator.WPF (in Syncfusion.SfBusyIndicator.WPF.dll)
The following code example shows how to create the SfBusyIndicator from XAML and code behind respectively.
<Page xmlns:Notification="clr-namespace:Syncfusion.Windows.Controls.Notification;assembly=Syncfusion.SfBusyIndicator.WPF">
<Grid Background="CornflowerBlue">
<Notification:SfBusyIndicator/>
</Grid>
</Page>
SfBusyIndicator busyIndicator = new SfBusyIndicator();
NOTE
View sample in GitHub
Theme
SfBusyIndicator supports various built-in themes. Refer to the below links to apply themes for the SfBusyIndicator,
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page