Packagemx.controls
Classpublic final class ButtonLabelPlacement
InheritanceButtonLabelPlacement Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies that the label appears below the icon.

LEFTConstant 
public static const LEFT:String = left

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

RIGHTConstant 
public static const RIGHT:String = right

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

TOPConstant 
public static const TOP:String = top

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies that the label appears above the icon.