(Preview)
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.
More examples
Related API Elements
Public Properties
Public Methods
Public Constants
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 |
Constant Detail
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.
Wed Nov 21 2018, 06:34 AM -08:00