Direction Property (FlexProgressBar)

Class

FlexProgressBar class

Action

Gets the direction in which the fill of the ProgressBar expands toward completion. Valid values in MXML are "right" and "left".

In ActionScript, you use use the following constants to set this property: ProgressBarDirection.RIGHT and ProgressBarDirection.LEFT.

The default value is ProgressBarDirection.RIGHT.

Data Type

STRING

Access

Read only