Pacchetto | mx.core |
Classe | public final class LayoutDirection |
Ereditarietà | LayoutDirection Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | 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.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
LTR : String = "ltr" [statico]
Specifies left-to-right layout direction for a style client or a
visual element. | LayoutDirection | ||
RTL : String = "rtl" [statico]
Specifies right-to-left layout direction for a style client or a
visual element. | LayoutDirection |
Descrizione delle costanti
LTR | Costante |
public static const LTR:String = "ltr"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2.0 |
Specifies left-to-right layout direction for a style client or a visual element.
RTL | Costante |
public static const RTL:String = "rtl"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2.0 |
Specifies right-to-left layout direction for a style client or a visual element.
Tue Jun 12 2018, 02:44 PM Z