套件 | mx.controls |
類別 | public final class ProgressBarLabelPlacement |
繼承 | ProgressBarLabelPlacement Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
labelPlacement
property of the ProgressBar class.
更多範例
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
BOTTOM : String = "bottom" [靜態]
Specifies to place the label below the progress bar. | ProgressBarLabelPlacement | ||
CENTER : String = "center" [靜態]
Specifies to place at the center inside the progress bar. | ProgressBarLabelPlacement | ||
LEFT : String = "left" [靜態]
Specifies to place the label to the left of the progress bar. | ProgressBarLabelPlacement | ||
RIGHT : String = "right" [靜態]
Specifies to place the label to the right of the progress bar. | ProgressBarLabelPlacement | ||
TOP : String = "top" [靜態]
Specifies to place the label above the progress bar. | ProgressBarLabelPlacement |
常數詳細資訊
BOTTOM | 常數 |
public static const BOTTOM:String = "bottom"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies to place the label below the progress bar.
CENTER | 常數 |
public static const CENTER:String = "center"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies to place at the center inside the progress bar.
LEFT | 常數 |
public static const LEFT:String = "left"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the left of the progress bar.
RIGHT | 常數 |
public static const RIGHT:String = "right"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies to place the label to the right of the progress bar.
TOP | 常數 |
public static const TOP:String = "top"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies to place the label above the progress bar.
Tue Jun 12 2018, 03:47 PM Z