Pakiet | mx.controls |
Klasa | public final class ButtonLabelPlacement |
Dziedziczenie | ButtonLabelPlacement Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
BOTTOM : String = "bottom" [statyczny]
Specifies that the label appears below the icon. | ButtonLabelPlacement | ||
LEFT : String = "left" [statyczny]
Specifies that the label appears to the left of the icon. | ButtonLabelPlacement | ||
RIGHT : String = "right" [statyczny]
Specifies that the label appears to the right of the icon. | ButtonLabelPlacement | ||
TOP : String = "top" [statyczny]
Specifies that the label appears above the icon. | ButtonLabelPlacement |
Szczegół stałej
BOTTOM | Stała |
public static const BOTTOM:String = "bottom"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
LEFT | Stała |
public static const LEFT:String = "left"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the left of the icon.
RIGHT | Stała |
public static const RIGHT:String = "right"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the right of the icon.
TOP | Stała |
public static const TOP:String = "top"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.
Tue Jun 12 2018, 12:06 PM Z