1. ProgressBackColor
2. ProgressColorHigh
WarningMark
property.3. ProgressColorLow
4. ProgressCap
5. Thickness
6. AutoGenerateProgressColorWhenHigh
7. AutoGenerateProgressColorWhen
Low8. LighteningFactor
Value Properties
1. Maximum
2. Minimum
3. Value
ValueByTransition
( only accessible via code) allows you to set the value of the range control and renders its progress at runtime with a smooth animation.ValueByTransition
:TransitionValue()
method. It takes two parameters: the first parameter is the progress value, while the second parameter is the time taken in milliseconds required to transition from an initial progress value to the current set progress value.ValueChanged
event allows us to get the occurrences of a value whenever the value property is modified. Thus, it will enable you to have an extended functionality over the control.4. ValueLabelColor
5. RangeLabelColor
6. ShowRangeLabels
7. ShowValueLabel
8. WarningMark
9. Suffix
10. Prefix