Paket | mx.controls.sliderClasses |
Klass | public final class SliderDirection |
Arv | SliderDirection Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
direction
property of the Slider class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statisk]
Specifies to display a horizontal slider. | SliderDirection | ||
VERTICAL : String = "vertical" [statisk]
Specifies to display a vertical slider. | SliderDirection |
Konstantdetaljer
HORIZONTAL | Konstant |
public static const HORIZONTAL:String = "horizontal"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies to display a horizontal slider. The HSlider control uses this constant.
VERTICAL | Konstant |
public static const VERTICAL:String = "vertical"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies to display a vertical slider. The VSlider control uses this constant.
Tue Jun 12 2018, 01:40 PM Z