套件 | spark.layouts |
類別 | public final class RowAlign |
繼承 | RowAlign Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
rowAlign
property of the TileLayout class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
JUSTIFY_USING_GAP : String = "justifyUsingGap" [靜態]
Justify the rows by increasing the vertical gap. | RowAlign | ||
JUSTIFY_USING_HEIGHT : String = "justifyUsingHeight" [靜態]
Justify the rows by increasing the row height. | RowAlign | ||
TOP : String = "top" [靜態]
Do not justify the rows. | RowAlign |
常數詳細資訊
JUSTIFY_USING_GAP | 常數 |
public static const JUSTIFY_USING_GAP:String = "justifyUsingGap"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_HEIGHT | 常數 |
public static const JUSTIFY_USING_HEIGHT:String = "justifyUsingHeight"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Justify the rows by increasing the row height.
TOP | 常數 |
public static const TOP:String = "top"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Do not justify the rows.
Tue Jun 12 2018, 03:47 PM Z