Package | mx.controls.sliderClasses |
Class | public final class SliderDirection |
Inheritance | 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.