Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The ProgressBarLabelPlacement class defines the values for
the
labelPlacement
property of the ProgressBar class.
public static const BOTTOM:String = "bottom"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to place the label below the progress bar.
public static const CENTER:String = "center"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to place at the center inside the progress bar.
public static const LEFT:String = "left"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the left of the progress bar.
public static const RIGHT:String = "right"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the right of the progress bar.
public static const TOP:String = "top"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to place the label above the progress bar.