(Preview)
Package | mx.core |
Class | public final class LayoutDirection |
Inheritance | LayoutDirection Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.1 |
Runtime Versions: | 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.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
LTR : String = "ltr" [static]
Specifies left-to-right layout direction for a style client or a
visual element. | LayoutDirection | ||
RTL : String = "rtl" [static]
Specifies right-to-left layout direction for a style client or a
visual element. | LayoutDirection |
Constant Detail
LTR | Constant |
public static const LTR:String = "ltr"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.1 |
Runtime Versions: | Flash Player 10, AIR 2.0 |
Specifies left-to-right layout direction for a style client or a visual element.
RTL | Constant |
public static const RTL:String = "rtl"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.1 |
Runtime Versions: | Flash Player 10, AIR 2.0 |
Specifies right-to-left layout direction for a style client or a visual element.
Wed Nov 21 2018, 06:34 AM -08:00