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