Paket | spark.layouts |
Sınıf | public final class HorizontalAlign |
Miras Alma | HorizontalAlign Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
horizontalAlign
property of the VerticalLayout class.
İlgili API Öğeleri
Sabit | Tanımlayan: | ||
---|---|---|---|
CENTER : String = "center" [statik]
Align children in the center of the container. | HorizontalAlign | ||
CONTENT_JUSTIFY : String = "contentJustify" [statik]
Content justify the children with respect to the container. | HorizontalAlign | ||
JUSTIFY : String = "justify" [statik]
Justify the children with respect to the container. | HorizontalAlign | ||
LEFT : String = "left" [statik]
Align children to the left of the container. | HorizontalAlign | ||
RIGHT : String = "right" [statik]
Align children to the right of the container. | HorizontalAlign |
CENTER | Sabit |
public static const CENTER:String = "center"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Align children in the center of the container.
CONTENT_JUSTIFY | Sabit |
public static const CONTENT_JUSTIFY:String = "contentJustify"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const JUSTIFY:String = "justify"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const LEFT:String = "left"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Align children to the left of the container.
RIGHT | Sabit |
public static const RIGHT:String = "right"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Align children to the right of the container.
Tue Jun 12 2018, 01:09 PM Z