Pakket | mx.controls |
Klasse | public final class ButtonLabelPlacement |
Overerving | ButtonLabelPlacement Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BOTTOM : String = "bottom" [statisch]
Specifies that the label appears below the icon. | ButtonLabelPlacement | ||
LEFT : String = "left" [statisch]
Specifies that the label appears to the left of the icon. | ButtonLabelPlacement | ||
RIGHT : String = "right" [statisch]
Specifies that the label appears to the right of the icon. | ButtonLabelPlacement | ||
TOP : String = "top" [statisch]
Specifies that the label appears above the icon. | ButtonLabelPlacement |
Constantedetails
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
LEFT | Constante |
public static const LEFT:String = "left"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the left of the icon.
RIGHT | Constante |
public static const RIGHT:String = "right"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the right of the icon.
TOP | Constante |
public static const TOP:String = "top"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.
Wed Jun 13 2018, 11:42 AM Z