Pakiet | mx.core |
Klasa | public final class LayoutDirection |
Dziedziczenie | LayoutDirection Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.0 |
layoutDirection
style of an IStyleClient and the
layoutDirection
property of an ILayoutDirectionElement.
Left-to-right layoutDirection is typically used with Latin-style
scripts. Right-to-left layoutDirection is used with scripts such as
Arabic or Hebrew.
If an IStyleClient, set the layoutDirection style to undefined to
inherit the layoutDirection from its ancestor.
If an ILayoutDirectionElement, set the layoutDirection property to null to
inherit the layoutDirection from its ancestor.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
LTR : String = "ltr" [statyczny]
Specifies left-to-right layout direction for a style client or a
visual element. | LayoutDirection | ||
RTL : String = "rtl" [statyczny]
Specifies right-to-left layout direction for a style client or a
visual element. | LayoutDirection |
Szczegół stałej
LTR | Stała |
public static const LTR:String = "ltr"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.0 |
Specifies left-to-right layout direction for a style client or a visual element.
RTL | Stała |
public static const RTL:String = "rtl"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.0 |
Specifies right-to-left layout direction for a style client or a visual element.
Tue Jun 12 2018, 12:06 PM Z