Package | mx.controls |
Class | public final class ProgressBarDirection |
Inheritance | ProgressBarDirection ![]() |
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"
Specifies to fill the progress bar from the right to the left.
RIGHT | Constant |
public static const RIGHT:String = "right"
Specifies to fill the progress bar from the left to the right.