Getting Started with WPF Busy Indicator (SfBusyIndicator)

4 May 20211 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,

Setting theme to WPF SfBusyIndicator