Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The ButtonLabelPlacement class defines the constants for the allowed values
of the
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
public static const BOTTOM:String = "bottom"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
public static const LEFT:String = "left"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the left of the icon.
public static const RIGHT:String = "right"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the right of the icon.
public static const TOP:String = "top"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.