A control used for visual representation of a percentage. Shows fill percentage from right to left.
FILL_BEGIN_TO_END = 0
The progress bar fills from begin to end horizontally, according to the language direction. If Control.is_layout_rtl() returns false, it fills from left to right, and if it returns true, it fills from right to left.
FILL_END_TO_BEGIN = 1
The progress bar fills from end to begin horizontally, according to the language direction. If Control.is_layout_rtl() returns false, it fills from right to left, and if it returns true, it fills from left to right.
FILL_TOP_TO_BOTTOM = 2
The progress fills from top to bottom.
FILL_BOTTOM_TO_TOP = 3
The progress fills from bottom to top.
If false, the indeterminate animation will be paused in the editor.
The fill direction. See FillMode for possible values.
When set to true, the progress bar indicates that something is happening with an animation, but does not show the fill percentage or value.
If true, the fill percentage is displayed on the bar.







