Pakiet | spark.components |
Klasa | public final class IconPlacement |
Dziedziczenie | IconPlacement Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
iconPlacement
style of a Button, CheckBox, RadioButton or ToggleButton.
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
BOTTOM : String = "bottom" [statyczny]
Specifies that the icon appears below the label. | IconPlacement | ||
LEFT : String = "left" [statyczny]
Specifies that the icon appears to the left of the label. | IconPlacement | ||
RIGHT : String = "right" [statyczny]
Specifies that the icon appears to the right of the label. | IconPlacement | ||
TOP : String = "top" [statyczny]
Specifies that the icon appears above the label. | IconPlacement |
Szczegół stałej
BOTTOM | Stała |
public static const BOTTOM:String = "bottom"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears below the label.
LEFT | Stała |
public static const LEFT:String = "left"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the left of the label.
RIGHT | Stała |
public static const RIGHT:String = "right"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the right of the label.
TOP | Stała |
public static const TOP:String = "top"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears above the label.
Tue Jun 12 2018, 12:06 PM Z