套件 | mx.controls |
類別 | public final class ButtonLabelPlacement |
繼承 | ButtonLabelPlacement Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
BOTTOM : String = "bottom" [靜態]
Specifies that the label appears below the icon. | ButtonLabelPlacement | ||
LEFT : String = "left" [靜態]
Specifies that the label appears to the left of the icon. | ButtonLabelPlacement | ||
RIGHT : String = "right" [靜態]
Specifies that the label appears to the right of the icon. | ButtonLabelPlacement | ||
TOP : String = "top" [靜態]
Specifies that the label appears above the icon. | ButtonLabelPlacement |
常數詳細資訊
BOTTOM | 常數 |
public static const BOTTOM:String = "bottom"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the label appears below the icon.
LEFT | 常數 |
public static const LEFT:String = "left"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the left of the icon.
RIGHT | 常數 |
public static const RIGHT:String = "right"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the label appears to the right of the icon.
TOP | 常數 |
public static const TOP:String = "top"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the label appears above the icon.
Tue Jun 12 2018, 03:47 PM Z