包 | mx.controls.scrollClasses |
类 | public final class ScrollBarDirection |
继承 | ScrollBarDirection Object |
direction
属性值。
另请参见
常量 | 定义方 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [静态] 指定 ScrollBar 控件用于水平滚动。 | ScrollBarDirection | ||
VERTICAL : String = "vertical" [静态] 指定 ScrollBar 控件用于垂直滚动。 | ScrollBarDirection |
HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"
指定 ScrollBar 控件用于水平滚动。
VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"
指定 ScrollBar 控件用于垂直滚动。