Skip to content

Progress Bar

Represents a horizontal progress bar, with optional text.

Tag <progress>
elemType progress
C++ Class UIProgressElement

Example

<progress>
	id = exampleProgressBar
	text = Completion:
	textOffsetX = -75up
	textOffsetY = -0.5up
	textHorAlign = Right
</progress>
Property Description
image Specifies the empty progress bar image.
secondaryImage Optionally specifies the full progress bar image.
direction Optionally, specifies the direction from which the progress bar begins at zero progress. The default is FromLeft, but it can be one of the following values:
- FromLeft - begins drawing the progress bar from the left
- FromRight - begins drawing the progress bar from the right
- FromTop - begins drawing the progress bar from the top
- FromLeft - begins drawing the progress bar from the bottom

Note that for vertical values, corresponding vertical images are expected