Migrating from Xamarin SfBusyIndicator to .NET MAUI SfBusyIndicator

To facilitate an easier migration from Xamarin SfBusyIndicator to .NET MAUI SfBusyIndicator, we have retained most of the APIs from Xamarin SfBusyIndicator in the MAUI SfBusyIndicator. However, to maintain the consistency of API naming in the MAUI SfBusyIndicator, some APIs have been renamed. The changes in the MAUI SfBusyIndicator from the Xamarin SfBusyIndicator are detailed as follows.

Namespaces

Xamarin SfBusyIndicator .NET MAUI SfBusyIndicator
Syncfusion.SfBusyIndicator.XForms Syncfusion.Maui.Core

Properties

Xamarin SfBusyIndicator .NET MAUI SfBusyIndicator Description

IsBusy

IsRunning

Gets or sets the IsRunning property value in the Busy Indicator. It determines whether the animation of indicator to be shown or not.

Duration

DurationFactor

Gets or sets the duration property value. It is used to change the speed of animation to complete a cycle.

ViewBoxWidth ViewBoxHeight

SizeFactor

Gets or set the size factor of the indicator. This is not applicable for all animation types.

TextSize

FontSize

Gets or sets the font size of the title text.