ProgressBar
Inherits: Range < Control < CanvasItem < Node < Object
General-purpose progress bar.
Description
General-purpose progress bar. Shows fill percentage from right to left.
Properties
| ||
size_flags_vertical |
| |
step |
|
Theme Properties
| ||
|
Property Descriptions
- bool percent_visible
Default |
|
Setter | set_percent_visible(value) |
Getter | is_percent_visible() |
If true
, the fill percentage is displayed on the bar.
Theme Property Descriptions
- StyleBox bg
The style of the background.
- StyleBox fg
The style of the progress (i.e. the part that fills the bar).
- Font font
Font used to draw the fill percentage if percent_visible is true
.
- Color font_color
Default |
|
The color of the text.
- Color font_color_shadow
Default |
|
The color of the text’s shadow.