Paquete | mx.controls |
Clase | public final class ButtonLabelPlacement |
Herencia | ButtonLabelPlacement Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
BOTTOM : String = "bottom" [estática]
Specifies that the label appears below the icon. | ButtonLabelPlacement | ||
LEFT : String = "left" [estática]
Specifies that the label appears to the left of the icon. | ButtonLabelPlacement | ||
RIGHT : String = "right" [estática]
Specifies that the label appears to the right of the icon. | ButtonLabelPlacement | ||
TOP : String = "top" [estática]
Specifies that the label appears above the icon. | ButtonLabelPlacement |
Información sobre constantes
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
LEFT | Constante |
public static const LEFT:String = "left"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the left of the icon.
RIGHT | Constante |
public static const RIGHT:String = "right"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the right of the icon.
TOP | Constante |
public static const TOP:String = "top"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.
Tue Jun 12 2018, 02:12 PM Z