AnimationType
5 Sep 20171 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.