General-purpose progress bar.
General-purpose progress bar. Shows fill percentage from right to left.
The fill direction. See [enum FillMode] for possible values.
If [code]true[/code], the fill percentage is displayed on the bar.
The progress bar fills from begin to end horizontally, according to the language direction. If [method Control.is_layout_rtl] returns [code]false[/code], it fills from left to right, and if it returns [code]true[/code], it fills from right to left.
The progress bar fills from end to begin horizontally, according to the language direction. If [method Control.is_layout_rtl] returns [code]false[/code], it fills from right to left, and if it returns [code]true[/code], it fills from left to right.
The progress fills from top to bottom.
The progress fills from bottom to top.
The color of the text.
The tint of text outline of the [ProgressBar].
The color of the text's shadow.
The size of the text outline.
[b]Note:[/b] If using a font with [member FontFile.multichannel_signed_distance_field] enabled, its [member FontFile.msdf_pixel_range] must be set to at least [i]twice[/i] the value of [theme_item outline_size] for outline rendering to look correct. Otherwise, the outline may appear to be cut off earlier than intended.
Font used to draw the fill percentage if [member show_percentage] is [code]true[/code].
Font size used to draw the fill percentage if [member show_percentage] is [code]true[/code].
The style of the background.
The style of the progress (i.e. the part that fills the bar).