Paquete | spark.components |
Clase | public final class IconPlacement |
Herencia | IconPlacement Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
iconPlacement
style of a Button, CheckBox, RadioButton or ToggleButton.
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
BOTTOM : String = "bottom" [estática]
Specifies that the icon appears below the label. | IconPlacement | ||
LEFT : String = "left" [estática]
Specifies that the icon appears to the left of the label. | IconPlacement | ||
RIGHT : String = "right" [estática]
Specifies that the icon appears to the right of the label. | IconPlacement | ||
TOP : String = "top" [estática]
Specifies that the icon appears above the label. | IconPlacement |
Información sobre constantes
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears below the label.
LEFT | Constante |
public static const LEFT:String = "left"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the left of the label.
RIGHT | Constante |
public static const RIGHT:String = "right"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears to the right of the label.
TOP | Constante |
public static const TOP:String = "top"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Specifies that the icon appears above the label.
Tue Jun 12 2018, 02:12 PM Z