| Pacote | mx.controls |
| Classe | public final class ButtonLabelPlacement |
| Herança | ButtonLabelPlacement Object |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
Ver também
| Constante | Definido Por | ||
|---|---|---|---|
| BOTTOM : String = "bottom" [static]
Specifies that the label appears below the icon.
| ButtonLabelPlacement | ||
| LEFT : String = "left" [static]
Specifies that the label appears to the left of the icon.
| ButtonLabelPlacement | ||
| RIGHT : String = "right" [static]
Specifies that the label appears to the right of the icon.
| ButtonLabelPlacement | ||
| TOP : String = "top" [static]
Specifies that the label appears above the icon.
| ButtonLabelPlacement | ||
| BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Specifies that the label appears below the icon.
| LEFT | Constante |
public static const LEFT:String = "left"
Specifies that the label appears to the left of the icon.
| RIGHT | Constante |
public static const RIGHT:String = "right"
Specifies that the label appears to the right of the icon.
| TOP | Constante |
public static const TOP:String = "top"
Specifies that the label appears above the icon.