ProgressBar¶
- component fbx.ui.control.ProgressBar¶
ProgressBar shows two positions in a common timeline.
- property minimumValue¶
Value at the leftmost end of the bar
- property maximumValue¶
Value at the rightmost end of the bar
- property value¶
Value the main progress bar currently exposes
- property preloadValue¶
Value at the preload bar currently exposes. If no preloading needs to be shows, set this to minimumValue.
- property smooth¶
Whether changes of
value
should be done atomically or animated.