AnimationType

17 Jan 20251 minute to read

The AnimationType property of SfBusyIndicator allows to set anyone of the animation from the built-in animations as a SfBusyIndicator.

SfBusyIndicator busyIndicator = new SfBusyIndicator(this);
	busyIndicator.AnimationType=AnimationTypes.Ball;

NOTE

For getting animation types of SfBusyIndicator, need to add the using Com.Syncfusion.Sfbusyindicator.Enums namespace.