| Package | mx.controls |
| Class | public final class 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.