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