Pacchetto | spark.effects |
Classe | public class WipeDirection |
Ereditarietà | WipeDirection Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
direction
property of the Wipe class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
DOWN : String = "down" [statico]
Wipe direction that starts at the top and moves down
| WipeDirection | ||
LEFT : String = "left" [statico]
Wipe direction that starts at the right and moves left
| WipeDirection | ||
RIGHT : String = "right" [statico]
Wipe direction that starts at the left and moves right
| WipeDirection | ||
UP : String = "up" [statico]
Wipe direction that starts at the bottom and moves up
| WipeDirection |
Descrizione delle costanti
DOWN | Costante |
public static const DOWN:String = "down"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the top and moves down
LEFT | Costante |
public static const LEFT:String = "left"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the right and moves left
RIGHT | Costante |
public static const RIGHT:String = "right"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the left and moves right
UP | Costante |
public static const UP:String = "up"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the bottom and moves up
Tue Jun 12 2018, 02:44 PM Z