Packagespark.components.supportClasses
Classpublic final class LabelPlacement
InheritanceLabelPlacement Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4.12
Runtime Versions : Flash Player 11.8, AIR 3.8

The LabelPlacement class defines the valid constant values for the labelPlacement property of the Spark CheckBox.

See also

spark.components.CheckBox.labelPlacement


Public Methods
 MethodDefined By
  
Constructor.
LabelPlacement
Public Constants
 ConstantDefined By
  BOTTOM : String = bottom
[static] Specifies that the label appears below the CheckBox.
LabelPlacement
  LEFT : String = left
[static] Specifies that the Label appears to the left of the CheckBox.
LabelPlacement
  RIGHT : String = right
[static] Specifies that the Label appears to the right of the CheckBox.
LabelPlacement
  TOP : String = top
[static] Specifies that the Label appears above the CheckBox.
LabelPlacement
Constructor Detail
LabelPlacement()Constructor
public function LabelPlacement()

Language Version : ActionScript 3.0
Product Version : Flex 4.12
Runtime Versions : Flash Player 11.8, AIR 3.8

Constructor.

Constant Detail
BOTTOMConstant
public static const BOTTOM:String = bottom

Language Version : ActionScript 3.0
Product Version : Flex 4.12
Runtime Versions : Flash Player 11.8, AIR 3.8

Specifies that the label appears below the CheckBox.

LEFTConstant 
public static const LEFT:String = left

Language Version : ActionScript 3.0
Product Version : Flex 4.12
Runtime Versions : Flash Player 11.8, AIR 3.8

Specifies that the Label appears to the left of the CheckBox.

RIGHTConstant 
public static const RIGHT:String = right

Language Version : ActionScript 3.0
Product Version : Flex 4.12
Runtime Versions : Flash Player 11.8, AIR 3.8

Specifies that the Label appears to the right of the CheckBox.

TOPConstant 
public static const TOP:String = top

Language Version : ActionScript 3.0
Product Version : Flex 4.12
Runtime Versions : Flash Player 11.8, AIR 3.8

Specifies that the Label appears above the CheckBox.