Packagemx.controls
Classpublic final class ButtonLabelPlacement

The ButtonLabelPlacement class defines the constants for the allowed values of the labelPlacement property of a Button, CheckBox, LinkButton, or RadioButton control.

See also

mx.controls.Button
mx.controls.CheckBox
mx.controls.LinkButton
mx.controls.RadioButton


Public Constants
 ConstantDefined 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
Constant detail
BOTTOMconstant
public static const BOTTOM:String = "bottom"

Specifies that the label appears below the icon.

LEFTconstant 
public static const LEFT:String = "left"

Specifies that the label appears to the left of the icon.

RIGHTconstant 
public static const RIGHT:String = "right"

Specifies that the label appears to the right of the icon.

TOPconstant 
public static const TOP:String = "top"

Specifies that the label appears above the icon.