Package | mx.controls |
Class | public final class ProgressBarLabelPlacement |
Inheritance | ProgressBarLabelPlacement ![]() |
labelPlacement
property of the ProgressBar class.
See also
Constant | Defined By | ||
---|---|---|---|
BOTTOM : String = "bottom" [static]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [static]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [static]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [static]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [static]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
BOTTOM | Constant |
public static const BOTTOM:String = "bottom"
Specifies to place the label below the progress bar.
CENTER | Constant |
public static const CENTER:String = "center"
Specifies to place at the center inside the progress bar.
LEFT | Constant |
public static const LEFT:String = "left"
Specifies to place the label to the left of the progress bar.
RIGHT | Constant |
public static const RIGHT:String = "right"
Specifies to place the label to the right of the progress bar.
TOP | Constant |
public static const TOP:String = "top"
Specifies to place the label above the progress bar.