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