Slider¶
- component fbx.ui.control.Slider¶
A slider¶
- property value¶
Current value of the slider.
- property minimumValue¶
Minimal value of the slider. If value is set to an inferior value, value will be reset to this one.
- property maximumValue¶
Maximal value of the slider. If value is set to an inferior value, value will be reset to this one.
- property stepSize¶
Amount the value hops when user edits the control with keyboard.