| 包 | mx.events |
| 类 | public final class ScrollEventDirection |
| 继承 | ScrollEventDirection Object |
direction 属性的值的常数。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [静态] 用户水平滚动。 | ScrollEventDirection | ||
| VERTICAL : String = "vertical" [静态] 用户垂直滚动。 | ScrollEventDirection | ||
| HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"用户水平滚动。
| VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"用户垂直滚动。