套件 | 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:47 PM Z