Pakiet | spark.layouts |
Klasa | public final class ColumnAlign |
Dziedziczenie | ColumnAlign ![]() |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
columnAlign
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. | ColumnAlign | ||
JUSTIFY_USING_WIDTH : String = "justifyUsingWidth" [statyczny]
Justify the rows by increasing the row height. | ColumnAlign | ||
LEFT : String = "left" [statyczny]
Do not justify the rows. | ColumnAlign |
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_WIDTH | Stała |
public static const JUSTIFY_USING_WIDTH:String = "justifyUsingWidth"
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.
LEFT | Stała |
public static const LEFT:String = "left"
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