Getting Started with WPF Busy Indicator
18 Nov 20181 minute to read
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfBusyIndicator.WPF.dll
The following code example shows how to create the Busy Indicator control 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();View sample in GitHub
Theme
Busy Indicator supports various built-in themes. Refer to the below links to apply themes for the Busy Indicator,
