Pakiet | spark.layouts |
Klasa | public final class HorizontalAlign |
Dziedziczenie | HorizontalAlign Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
horizontalAlign
property of the VerticalLayout class.
Powiązane elementy interfejsu API
Stała | Zdefiniowane przez | ||
---|---|---|---|
CENTER : String = "center" [statyczny]
Align children in the center of the container. | HorizontalAlign | ||
CONTENT_JUSTIFY : String = "contentJustify" [statyczny]
Content justify the children with respect to the container. | HorizontalAlign | ||
JUSTIFY : String = "justify" [statyczny]
Justify the children with respect to the container. | HorizontalAlign | ||
LEFT : String = "left" [statyczny]
Align children to the left of the container. | HorizontalAlign | ||
RIGHT : String = "right" [statyczny]
Align children to the right of the container. | HorizontalAlign |
CENTER | Stała |
public static const CENTER:String = "center"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Align children in the center of the container.
CONTENT_JUSTIFY | Stała |
public static const CONTENT_JUSTIFY:String = "contentJustify"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const JUSTIFY:String = "justify"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const LEFT:String = "left"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Align children to the left of the container.
RIGHT | Stała |
public static const RIGHT:String = "right"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Align children to the right of the container.
Tue Jun 12 2018, 12:06 PM Z