패키지 | mx.containers |
클래스 | public final class TileDirection |
상속 | TileDirection Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
direction
property of the Tile container.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [정적]
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. | TileDirection | ||
VERTICAL : String = "vertical" [정적]
Specifies that the children of the Tile container are laid out
vertically; that is, starting with the first column. | TileDirection |
상수 세부 정보
HORIZONTAL | 상수 |
public static const HORIZONTAL:String = "horizontal"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies that the children of the Tile container are laid out horizontally; that is, starting with the first row.
VERTICAL | 상수 |
public static const VERTICAL:String = "vertical"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies that the children of the Tile container are laid out vertically; that is, starting with the first column.
Tue Jun 12 2018, 03:17 PM Z