Paket | mx.controls |
Klass | public final class ButtonLabelPlacement |
Arv | ButtonLabelPlacement Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
BOTTOM : String = "bottom" [statisk]
Specifies that the label appears below the icon. | ButtonLabelPlacement | ||
LEFT : String = "left" [statisk]
Specifies that the label appears to the left of the icon. | ButtonLabelPlacement | ||
RIGHT : String = "right" [statisk]
Specifies that the label appears to the right of the icon. | ButtonLabelPlacement | ||
TOP : String = "top" [statisk]
Specifies that the label appears above the icon. | ButtonLabelPlacement |
Konstantdetaljer
BOTTOM | Konstant |
public static const BOTTOM:String = "bottom"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
LEFT | Konstant |
public static const LEFT:String = "left"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the left of the icon.
RIGHT | Konstant |
public static const RIGHT:String = "right"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the right of the icon.
TOP | Konstant |
public static const TOP:String = "top"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.
Tue Jun 12 2018, 01:40 PM Z