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