包 | mx.controls |
类 | public final class ButtonLabelPlacement |
继承 | ButtonLabelPlacement Object |
labelPlacement
属性的允许值定义常数。
另请参见
常量 | 定义方 | ||
---|---|---|---|
BOTTOM : String = "bottom" [静态] 指定在图标下方显示标签。 | ButtonLabelPlacement | ||
LEFT : String = "left" [静态] 指定在图标左侧显示标签。 | ButtonLabelPlacement | ||
RIGHT : String = "right" [静态] 指定在图标右侧显示标签。 | ButtonLabelPlacement | ||
TOP : String = "top" [静态] 指定在图标上方显示标签。 | ButtonLabelPlacement |
BOTTOM | 常量 |
public static const BOTTOM:String = "bottom"
指定在图标下方显示标签。
LEFT | 常量 |
public static const LEFT:String = "left"
指定在图标左侧显示标签。
RIGHT | 常量 |
public static const RIGHT:String = "right"
指定在图标右侧显示标签。
TOP | 常量 |
public static const TOP:String = "top"
指定在图标上方显示标签。