패키지 | spark.layouts |
클래스 | public final class HorizontalAlign |
상속 | HorizontalAlign Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
horizontalAlign
property of the VerticalLayout class.
관련 API 요소
상수 | 정의 주체 | ||
---|---|---|---|
CENTER : String = "center" [정적]
Align children in the center of the container. | HorizontalAlign | ||
CONTENT_JUSTIFY : String = "contentJustify" [정적]
Content justify the children with respect to the container. | HorizontalAlign | ||
JUSTIFY : String = "justify" [정적]
Justify the children with respect to the container. | HorizontalAlign | ||
LEFT : String = "left" [정적]
Align children to the left of the container. | HorizontalAlign | ||
RIGHT : String = "right" [정적]
Align children to the right of the container. | HorizontalAlign |
CENTER | 상수 |
public static const CENTER:String = "center"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Align children in the center of the container.
CONTENT_JUSTIFY | 상수 |
public static const CONTENT_JUSTIFY:String = "contentJustify"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Content justify the children with respect to the container. This uniformly sizes all children to be the content width of the container. The content width of the container is the size of the largest child. If all children are smaller than the width of the container, then all the children will be sized to the width of the container.
JUSTIFY | 상수 |
public static const JUSTIFY:String = "justify"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Justify the children with respect to the container. This uniformly sizes all children to be the same width as the container.
LEFT | 상수 |
public static const LEFT:String = "left"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Align children to the left of the container.
RIGHT | 상수 |
public static const RIGHT:String = "right"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Align children to the right of the container.
Tue Jun 12 2018, 03:17 PM Z