Pakiet | spark.layouts |
Klasa | public final class RowAlign |
Dziedziczenie | RowAlign Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
rowAlign
property of the TileLayout class.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
JUSTIFY_USING_GAP : String = "justifyUsingGap" [statyczny]
Justify the rows by increasing the vertical gap. | RowAlign | ||
JUSTIFY_USING_HEIGHT : String = "justifyUsingHeight" [statyczny]
Justify the rows by increasing the row height. | RowAlign | ||
TOP : String = "top" [statyczny]
Do not justify the rows. | RowAlign |
Szczegół stałej
JUSTIFY_USING_GAP | Stała |
public static const JUSTIFY_USING_GAP:String = "justifyUsingGap"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_HEIGHT | Stała |
public static const JUSTIFY_USING_HEIGHT:String = "justifyUsingHeight"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the row height.
TOP | Stała |
public static const TOP:String = "top"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Do not justify the rows.
Tue Jun 12 2018, 12:06 PM Z