Pacote | flashx.textLayout.events |
Classe | public final class ScrollEventDirection |
Herança | ScrollEventDirection Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
direction
de um ScrollEvent.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [estático]
O usuário rolou horizontalmente. | ScrollEventDirection | ||
VERTICAL : String = "vertical" [estático]
O usuário rolou verticalmente. | ScrollEventDirection |
Detalhes da constante
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
O usuário rolou horizontalmente.
VERTICAL | Constante |
public static const VERTICAL:String = "vertical"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
O usuário rolou verticalmente.
Wed Jun 13 2018, 11:10 AM Z