Pakket | mx.controls.sliderClasses |
Klasse | public final class SliderDirection |
Overerving | SliderDirection Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
direction
property of the Slider class.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statisch]
Specifies to display a horizontal slider. | SliderDirection | ||
VERTICAL : String = "vertical" [statisch]
Specifies to display a vertical slider. | SliderDirection |
Constantedetails
HORIZONTAL | Constante |
public static const HORIZONTAL:String = "horizontal"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to display a horizontal slider. The HSlider control uses this constant.
VERTICAL | Constante |
public static const VERTICAL:String = "vertical"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Specifies to display a vertical slider. The VSlider control uses this constant.
Wed Jun 13 2018, 11:42 AM Z