| Package | mx.controls.sliderClasses |
| Class | public final class SliderDirection |
direction property of the Slider class.
See also
| Constant | Defined by | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [static]
Specifies to display a horizontal slider.
| SliderDirection | ||
| VERTICAL : String = "vertical" [static]
Specifies to display a vertical slider.
| SliderDirection | ||
| HORIZONTAL | constant |
public static const HORIZONTAL:String = "horizontal"Specifies to display a horizontal slider. The HSlider control uses this constant.
| VERTICAL | constant |
public static const VERTICAL:String = "vertical"Specifies to display a vertical slider. The VSlider control uses this constant.