| 包 | mx.controls.sliderClasses |
| 类 | public final class SliderDirection |
| 继承 | SliderDirection Object |
direction 属性的常数值。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [静态] 指定显示水平滑块。 | SliderDirection | ||
| VERTICAL : String = "vertical" [静态] 指定显示垂直滑块。 | SliderDirection | ||
| HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"指定显示水平滑块。HSlider 控件使用此常数。
| VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"指定显示垂直滑块。VSlider 控件使用此常数。