Paket | mx.controls.listClasses |
Sınıf | public final class TileBaseDirection |
Miras Alma | TileBaseDirection 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 TileList component.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statik]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [statik]
Arrange chidren vertically. | TileBaseDirection |
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 |
Arrange children horizontally. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a row before going on to the next 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 |
Arrange chidren vertically. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a column before going on to the next column.
Tue Jun 12 2018, 01:09 PM Z