BusyIndicator Animation Type

5 Jun 20201 minute to read

The AnimationType property for the SfBusyIndicator allows you to set any one of the built-in animations available in the SfBusyIndicator.

SfBusyIndicator busyindicator = new SfBusyIndicator();
	busyindicator.AnimationType = SFBusyIndicatorAnimationType.SFBusyIndicatorAnimationTypeBall;

The Ball Animation