| Package | mx.controls |
| Class | public final class ButtonLabelPlacement |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
See also
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM : String = "bottom" [static]
Specifies that the label appears below the icon.
| ButtonLabelPlacement | ||
| LEFT : String = "left" [static]
Specifies that the label appears to the left of the icon.
| ButtonLabelPlacement | ||
| RIGHT : String = "right" [static]
Specifies that the label appears to the right of the icon.
| ButtonLabelPlacement | ||
| TOP : String = "top" [static]
Specifies that the label appears above the icon.
| ButtonLabelPlacement | ||
| BOTTOM | constant |
public static const BOTTOM:String = "bottom"Specifies that the label appears below the icon.
| LEFT | constant |
public static const LEFT:String = "left"Specifies that the label appears to the left of the icon.
| RIGHT | constant |
public static const RIGHT:String = "right"Specifies that the label appears to the right of the icon.
| TOP | constant |
public static const TOP:String = "top"Specifies that the label appears above the icon.