Segments
RadCircularProgressBar
allows you to split the progress track into multiple segments. To specify the segments' amount, set the Segments
property to the desired count. This property is of type int
and has a default value of 1.
Setting the segments' count
Setting the segments' count in code
RadCircularProgressBar split into 5 segments:
Segments Density
RadCircularProgressBar provides you with the ability to specify the density of the segments. To specify the desired density, set the SegmentsDensity
property. The property is of type int
and the value must be in the range between 0 and 1. The default value of the SegmentsDensity property is 0.95.
Setting the segments' density
Rounded Segments
RadCircularProgressBar allows you to round the edges of all of the segments. To apply this rounding, set the UseRoundedSegments
property to True.
We highly recommend setting the
SegmentsDensity
property when using rounded segments.
Rounding all segments
Rounding all segments in code
RadCircularProgressBar with rounded segments: