Progress Bar
A bar graph widget that indicates numeric value as a bar or indicator.
Special Properties
- Fill Color (fill_color)
- Color of the value bar.
- Color Fillbackground (color_fillbackground)
- Color of the bar background.
- Horizontal (horizontal)
- If yes, the bar is horizontal. Vertical if no.
- Show Label (show_label)
- Show the value label.
- Origin (origin)
- The start point of the value bar. This is only meaningful if
the property
Origin Ignored
is set to false. By default, the value bar
starts from the left edge of the bar. If origin is set, it will start from the position of origin value.
- Origin Ignored (origin_ignored)
- Do not use origin.
- Indicator Mode (indicator_mode)
- Show value as an indicator.
See Also