Sizing
5 Sep 2017 / 1 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
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page