Pacote | mx.core |
Classe | public final class LayoutDirection |
Herança | LayoutDirection Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de 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.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LTR : String = "ltr" [estático]
Specifies left-to-right layout direction for a style client or a
visual element. | LayoutDirection | ||
RTL : String = "rtl" [estático]
Specifies right-to-left layout direction for a style client or a
visual element. | LayoutDirection |
Detalhes da constante
LTR | Constante |
public static const LTR:String = "ltr"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | Flash Player 10, AIR 2.0 |
Specifies left-to-right layout direction for a style client or a visual element.
RTL | Constante |
public static const RTL:String = "rtl"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | Flash Player 10, AIR 2.0 |
Specifies right-to-left layout direction for a style client or a visual element.
Wed Jun 13 2018, 11:10 AM Z