Paket | spark.effects |
Klass | public class WipeDirection |
Arv | WipeDirection Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
direction
property of the Wipe class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
DOWN : String = "down" [statisk]
Wipe direction that starts at the top and moves down
| WipeDirection | ||
LEFT : String = "left" [statisk]
Wipe direction that starts at the right and moves left
| WipeDirection | ||
RIGHT : String = "right" [statisk]
Wipe direction that starts at the left and moves right
| WipeDirection | ||
UP : String = "up" [statisk]
Wipe direction that starts at the bottom and moves up
| WipeDirection |
Konstantdetaljer
DOWN | Konstant |
public static const DOWN:String = "down"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the top and moves down
LEFT | Konstant |
public static const LEFT:String = "left"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the right and moves left
RIGHT | Konstant |
public static const RIGHT:String = "right"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the left and moves right
UP | Konstant |
public static const UP:String = "up"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the bottom and moves up
Tue Jun 12 2018, 01:40 PM Z