패키지 | 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:17 PM Z