Segment in WPF circular progressbar (SfCircularProgressBar)
4 Sep 2020 / 1 minute to read
Segmentation helps to divide the progressbar into multiple potions. To visualize the progress of multiple sequential tasks, split the progressbar into multiple segments by setting the SegmentCount property.
<Syncfusion:SfCircularProgressBar Progress="70" SegmentCount="4" />
SfCircularProgressBar Circular = new SfCircularProgressBar();
Circular.Progress = 70;
Circular.SegmentCount = 4;
grid.Children.Add(Circular);
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