Pakket | spark.components |
Klasse | public final class IconPlacement |
Overerving | IconPlacement Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
iconPlacement
style of a Button, CheckBox, RadioButton or ToggleButton.
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BOTTOM : String = "bottom" [statisch]
Specifies that the icon appears below the label. | IconPlacement | ||
LEFT : String = "left" [statisch]
Specifies that the icon appears to the left of the label. | IconPlacement | ||
RIGHT : String = "right" [statisch]
Specifies that the icon appears to the right of the label. | IconPlacement | ||
TOP : String = "top" [statisch]
Specifies that the icon appears above the label. | IconPlacement |
Constantedetails
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears below the label.
LEFT | Constante |
public static const LEFT:String = "left"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the left of the label.
RIGHT | Constante |
public static const RIGHT:String = "right"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the right of the label.
TOP | Constante |
public static const TOP:String = "top"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears above the label.
Wed Jun 13 2018, 11:42 AM Z