Getting Started with WPF Busy Indicator (SfBusyIndicator)
8 Jul 2020 / 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
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