Sizing

5 Sep 20171 minute to read

Drawing size can be customized in SfBusyIndicator. ViewBoxHeight and ViewBoxWidth properties can be used to set height and width of the SfBusyIndicator.

SfBusyIndicator sfBusyIndicator = new SfBusyIndicator(this);
busyIndicator.AnimationType=AnimationTypes.SlicedCircle;
busyIndicator.ViewBoxWidth=200;
busyIndicator.ViewBoxHeight=200;

ViewBox height and width