Pacchetto | spark.components |
Classe | public final class IconPlacement |
Ereditarietà | IconPlacement Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
iconPlacement
style of a Button, CheckBox, RadioButton or ToggleButton.
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
BOTTOM : String = "bottom" [statico]
Specifies that the icon appears below the label. | IconPlacement | ||
LEFT : String = "left" [statico]
Specifies that the icon appears to the left of the label. | IconPlacement | ||
RIGHT : String = "right" [statico]
Specifies that the icon appears to the right of the label. | IconPlacement | ||
TOP : String = "top" [statico]
Specifies that the icon appears above the label. | IconPlacement |
Descrizione delle costanti
BOTTOM | Costante |
public static const BOTTOM:String = "bottom"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears below the label.
LEFT | Costante |
public static const LEFT:String = "left"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the left of the label.
RIGHT | Costante |
public static const RIGHT:String = "right"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the right of the label.
TOP | Costante |
public static const TOP:String = "top"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears above the label.
Tue Jun 12 2018, 02:44 PM Z