| Pacote | mx.events |
| Classe | public final class ScrollEventDirection |
| Herança | ScrollEventDirection Object |
direction property
of a ScrollEvent.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [static]
The user scrolled horizontally.
| ScrollEventDirection | ||
| VERTICAL : String = "vertical" [static]
The user scrolled vertically.
| ScrollEventDirection | ||
| HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
The user scrolled horizontally.
| VERTICAL | Constante |
public static const VERTICAL:String = "vertical"
The user scrolled vertically.