Paket | mx.core |
Sınıf | public final class LayoutDirection |
Miras Alma | LayoutDirection Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.1 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
LTR : String = "ltr" [statik]
Specifies left-to-right layout direction for a style client or a
visual element. | LayoutDirection | ||
RTL : String = "rtl" [statik]
Specifies right-to-left layout direction for a style client or a
visual element. | LayoutDirection |
Sabit Ayrıntısı
LTR | Sabit |
public static const LTR:String = "ltr"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.1 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 2.0 |
Specifies left-to-right layout direction for a style client or a visual element.
RTL | Sabit |
public static const RTL:String = "rtl"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.1 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 2.0 |
Specifies right-to-left layout direction for a style client or a visual element.
Tue Jun 12 2018, 01:09 PM Z