Pacote | mx.controls |
Classe | public final class ButtonLabelPlacement |
Herança | ButtonLabelPlacement Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
BOTTOM : String = "bottom" [estático]
Specifies that the label appears below the icon. | ButtonLabelPlacement | ||
LEFT : String = "left" [estático]
Specifies that the label appears to the left of the icon. | ButtonLabelPlacement | ||
RIGHT : String = "right" [estático]
Specifies that the label appears to the right of the icon. | ButtonLabelPlacement | ||
TOP : String = "top" [estático]
Specifies that the label appears above the icon. | ButtonLabelPlacement |
Detalhes da constante
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
LEFT | Constante |
public static const LEFT:String = "left"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.
Wed Jun 13 2018, 11:10 AM Z