Package | mx.controls |
Class | public final class ProgressBarDirection |
Inheritance | ProgressBarDirection Object |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
direction
property of the ProgressBar class.
See also
Constant | Defined 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 |
LEFT | Constant |
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.
RIGHT | Constant |
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.