包 | mx.controls |
类 | public final class ButtonLabelPlacement |
继承 | ButtonLabelPlacement Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
labelPlacement
属性的允许值定义常量。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
BOTTOM : String = "bottom" [静态]
指定在图标下方显示标签。 | ButtonLabelPlacement | ||
LEFT : String = "left" [静态]
指定在图标左侧显示标签。 | ButtonLabelPlacement | ||
RIGHT : String = "right" [静态]
指定在图标右侧显示标签。 | ButtonLabelPlacement | ||
TOP : String = "top" [静态]
指定在图标上方显示标签。 | ButtonLabelPlacement |
常量详细信息
BOTTOM | 常量 |
public static const BOTTOM:String = "bottom"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
指定在图标下方显示标签。
LEFT | 常量 |
public static const LEFT:String = "left"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
指定在图标左侧显示标签。
RIGHT | 常量 |
public static const RIGHT:String = "right"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
指定在图标右侧显示标签。
TOP | 常量 |
public static const TOP:String = "top"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
指定在图标上方显示标签。
Tue Jun 12 2018, 11:04 AM Z