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