Pacote | spark.effects |
Classe | public class WipeDirection |
Herança | WipeDirection Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
direction
property of the Wipe class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
DOWN : String = "down" [estático]
Wipe direction that starts at the top and moves down
| WipeDirection | ||
LEFT : String = "left" [estático]
Wipe direction that starts at the right and moves left
| WipeDirection | ||
RIGHT : String = "right" [estático]
Wipe direction that starts at the left and moves right
| WipeDirection | ||
UP : String = "up" [estático]
Wipe direction that starts at the bottom and moves up
| WipeDirection |
Detalhes da constante
DOWN | Constante |
public static const DOWN:String = "down"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the top and moves down
LEFT | Constante |
public static const LEFT:String = "left"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the right and moves left
RIGHT | Constante |
public static const RIGHT:String = "right"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the left and moves right
UP | Constante |
public static const UP:String = "up"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the bottom and moves up
Wed Jun 13 2018, 11:10 AM Z