Paket | spark.layouts |
Klass | public final class ColumnAlign |
Arv | ColumnAlign Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
columnAlign
property of the TileLayout class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
JUSTIFY_USING_GAP : String = "justifyUsingGap" [statisk]
Justify the rows by increasing the vertical gap. | ColumnAlign | ||
JUSTIFY_USING_WIDTH : String = "justifyUsingWidth" [statisk]
Justify the rows by increasing the row height. | ColumnAlign | ||
LEFT : String = "left" [statisk]
Do not justify the rows. | ColumnAlign |
Konstantdetaljer
JUSTIFY_USING_GAP | Konstant |
public static const JUSTIFY_USING_GAP:String = "justifyUsingGap"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_WIDTH | Konstant |
public static const JUSTIFY_USING_WIDTH:String = "justifyUsingWidth"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the row height.
LEFT | Konstant |
public static const LEFT:String = "left"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Do not justify the rows.
Tue Jun 12 2018, 01:40 PM Z