Paket | mx.controls.sliderClasses |
Sınıf | public final class SliderDirection |
Miras Alma | SliderDirection Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
direction
property of the Slider class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statik]
Specifies to display a horizontal slider. | SliderDirection | ||
VERTICAL : String = "vertical" [statik]
Specifies to display a vertical slider. | SliderDirection |
Sabit Ayrıntısı
HORIZONTAL | Sabit |
public static const HORIZONTAL:String = "horizontal"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Specifies to display a horizontal slider. The HSlider control uses this constant.
VERTICAL | Sabit |
public static const VERTICAL:String = "vertical"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Specifies to display a vertical slider. The VSlider control uses this constant.
Tue Jun 12 2018, 01:09 PM Z