패키지 | mx.core |
클래스 | public final class LayoutDirection |
상속 | LayoutDirection Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | 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.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
LTR : String = "ltr" [정적]
Specifies left-to-right layout direction for a style client or a
visual element. | LayoutDirection | ||
RTL : String = "rtl" [정적]
Specifies right-to-left layout direction for a style client or a
visual element. | LayoutDirection |
상수 세부 정보
LTR | 상수 |
public static const LTR:String = "ltr"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2.0 |
Specifies left-to-right layout direction for a style client or a visual element.
RTL | 상수 |
public static const RTL:String = "rtl"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2.0 |
Specifies right-to-left layout direction for a style client or a visual element.
Tue Jun 12 2018, 03:17 PM Z