Paket | mx.containers |
Sınıf | public final class FormItemDirection |
Miras Alma | FormItemDirection 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 FormItem class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statik]
Specifies that the children of the FormItem container
are laid out horizontally. | FormItemDirection | ||
VERTICAL : String = "vertical" [statik]
Specifies that the children of the FormItem container
are laid out vertically. | FormItemDirection |
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 that the children of the FormItem container are laid out horizontally.
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 that the children of the FormItem container are laid out vertically.
Tue Jun 12 2018, 01:09 PM Z