Package | flashx.textLayout.events |
Class | public final class ScrollEventDirection |
Inheritance | ScrollEventDirection Object |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.0, AIR 2.0 |
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
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.0, AIR 2.0 |
The user scrolled horizontally.
VERTICAL | Constant |
public static const VERTICAL:String = vertical
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.0, AIR 2.0 |
The user scrolled vertically.