Paket | spark.layouts |
Sınıf | public final class RowAlign |
Miras Alma | RowAlign Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
rowAlign
property of the TileLayout class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
JUSTIFY_USING_GAP : String = "justifyUsingGap" [statik]
Justify the rows by increasing the vertical gap. | RowAlign | ||
JUSTIFY_USING_HEIGHT : String = "justifyUsingHeight" [statik]
Justify the rows by increasing the row height. | RowAlign | ||
TOP : String = "top" [statik]
Do not justify the rows. | RowAlign |
Sabit Ayrıntısı
JUSTIFY_USING_GAP | Sabit |
public static const JUSTIFY_USING_GAP:String = "justifyUsingGap"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_HEIGHT | Sabit |
public static const JUSTIFY_USING_HEIGHT:String = "justifyUsingHeight"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the row height.
TOP | Sabit |
public static const TOP:String = "top"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Do not justify the rows.
Tue Jun 12 2018, 01:09 PM Z