Package | mx.events |
Class | public final class ScrollEventDirection |
Inheritance | ScrollEventDirection ![]() |
direction
property
of a ScrollEvent.
See also
Constant | Defined By | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [static]
The user scrolled horizontally. | ScrollEventDirection | ||
VERTICAL : String = "vertical" [static]
The user scrolled vertically. | ScrollEventDirection |
HORIZONTAL | Constant |
public static const HORIZONTAL:String = "horizontal"
The user scrolled horizontally.
VERTICAL | Constant |
public static const VERTICAL:String = "vertical"
The user scrolled vertically.