套件 | spark.effects |
類別 | public class WipeDirection |
繼承 | WipeDirection Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
direction
property of the Wipe class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
DOWN : String = "down" [靜態]
Wipe direction that starts at the top and moves down
| WipeDirection | ||
LEFT : String = "left" [靜態]
Wipe direction that starts at the right and moves left
| WipeDirection | ||
RIGHT : String = "right" [靜態]
Wipe direction that starts at the left and moves right
| WipeDirection | ||
UP : String = "up" [靜態]
Wipe direction that starts at the bottom and moves up
| WipeDirection |
常數詳細資訊
DOWN | 常數 |
public static const DOWN:String = "down"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the top and moves down
LEFT | 常數 |
public static const LEFT:String = "left"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the right and moves left
RIGHT | 常數 |
public static const RIGHT:String = "right"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the left and moves right
UP | 常數 |
public static const UP:String = "up"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the bottom and moves up
Tue Jun 12 2018, 03:47 PM Z