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
.
public function LabelPlacement()
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.12 |
Runtime Versions : | Flash Player 11.8, AIR 3.8 |
Constructor.
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
.
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
.
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
.
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
.
Wed Nov 15 2017, 09:50 AM +01:00