套件 | spark.components |
類別 | public class ArrowDirection |
繼承 | ArrowDirection Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
DOWN : String = "down" [靜態]
Arrow points down. | ArrowDirection | ||
LEFT : String = "left" [靜態]
Arrow points left. | ArrowDirection | ||
NONE : String = "none" [靜態]
No arrow direciton. | ArrowDirection | ||
RIGHT : String = "right" [靜態]
Arrow points right. | ArrowDirection | ||
UP : String = "up" [靜態]
Arrow points up. | ArrowDirection |
常數詳細資訊
DOWN | 常數 |
public static const DOWN:String = "down"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Arrow points down.
LEFT | 常數 |
public static const LEFT:String = "left"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Arrow points left.
NONE | 常數 |
public static const NONE:String = "none"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
No arrow direciton.
RIGHT | 常數 |
public static const RIGHT:String = "right"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Arrow points right.
UP | 常數 |
public static const UP:String = "up"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Arrow points up.
Tue Jun 12 2018, 03:47 PM Z