Packagemx.controls
Classpublic final class ProgressBarDirection
InheritanceProgressBarDirection Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

RIGHTConstant 
public static const RIGHT:String = right

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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