Pacchetto | mx.controls |
Classe | public final class ButtonLabelPlacement |
Ereditarietà | ButtonLabelPlacement Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
BOTTOM : String = "bottom" [statico]
Specifies that the label appears below the icon. | ButtonLabelPlacement | ||
LEFT : String = "left" [statico]
Specifies that the label appears to the left of the icon. | ButtonLabelPlacement | ||
RIGHT : String = "right" [statico]
Specifies that the label appears to the right of the icon. | ButtonLabelPlacement | ||
TOP : String = "top" [statico]
Specifies that the label appears above the icon. | ButtonLabelPlacement |
Descrizione delle costanti
BOTTOM | Costante |
public static const BOTTOM:String = "bottom"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
LEFT | Costante |
public static const LEFT:String = "left"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the left of the icon.
RIGHT | Costante |
public static const RIGHT:String = "right"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the right of the icon.
TOP | Costante |
public static const TOP:String = "top"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.
Tue Jun 12 2018, 02:44 PM Z