Paket | spark.layouts |
Klass | public final class RowAlign |
Arv | RowAlign Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
rowAlign
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. | RowAlign | ||
JUSTIFY_USING_HEIGHT : String = "justifyUsingHeight" [statisk]
Justify the rows by increasing the row height. | RowAlign | ||
TOP : String = "top" [statisk]
Do not justify the rows. | RowAlign |
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_HEIGHT | Konstant |
public static const JUSTIFY_USING_HEIGHT:String = "justifyUsingHeight"
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.
TOP | Konstant |
public static const TOP:String = "top"
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