LabelPlacement Property (FlexButton)

Class

FlexButton class

Action

Gets the orientation of the label in relation to a specified icon.

Valid MXML values are: right, left, bottom, and top.

In ActionScript, you can use the following constants to set this property: ButtonLabelPlacement.RIGHT, ButtonLabelPlacement.LEFT, ButtonLabelPlacement.BOTTOM, and ButtonLabelPlacement.TOP.

The default value is ButtonLabelPlacement.RIGHT.

Data Type

STRING

Access

Read only