Packagemx.controls
Classpublic final class ProgressBarDirection

The ProgressBarDirection class defines the values for the direction property of the ProgressBar class.

See also

mx.controls.ProgressBar


Public Constants
 ConstantDefined by
  LEFT : String = "left"
[static] Specifies to fill the progress bar from the right to the left.
ProgressBarDirection
  RIGHT : String = "right"
[static] Specifies to fill the progress bar from the left to the right.
ProgressBarDirection
Constant detail
LEFTconstant
public static const LEFT:String = "left"

Specifies to fill the progress bar from the right to the left.

RIGHTconstant 
public static const RIGHT:String = "right"

Specifies to fill the progress bar from the left to the right.