How can I help you?
Sizing
17 Jan 20251 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