User Guide
ProgressBar component 609
Properties inherited from the UIObject class
The following table lists the properties the ProgressBar class inherits from the UIObject class.
When calling these properties from the ProgressBar object, use the form
ProgressBar.propertyName.
ProgressBar.indeterminate Indicates whether the size of the loading source is unknown.
ProgressBar.label The text that accompanies the progress bar.
ProgressBar.labelPlacement The location of the label in relation to the progress bar.
ProgressBar.maximum The maximum value of the progress bar in manual mode.
ProgressBar.minimum The minimum value of the progress bar in manual mode.
ProgressBar.mode The mode in which the progress bar loads content.
ProgressBar.percentComplete Read-only; a number indicating the percent loaded.
ProgressBar.source The content to load.
ProgressBar.value Read-only; indicates the amount of progress that has been made.
Property Description
UIObject.bottom The position of the bottom edge of the object, relative to the
bottom edge of its parent. Read-only.
UIObject.height The height of the object, in pixels. Read-only.
UIObject.left The left edge of the object, in pixels. Read-only.
UIObject.right The position of the right edge of the object, relative to the right
edge of its parent. Read-only.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
UIObject.scaleY A number indicating the scaling factor in the y direction of the
object, relative to its parent.
UIObject.top The position of the top edge of the object, relative to its parent.
Read-only.
UIObject.visible A Boolean value indicating whether the object is visible (true) or
not (
false).
UIObject.width The width of the object, in pixels. Read-only.
UIObject.x The left edge of the object, in pixels. Read-only.
UIObject.y The top edge of the object, in pixels. Read-only.
Property Description