包 | mx.core |
类 | public final class LayoutDirection |
继承 | LayoutDirection Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.1 |
运行时版本: | Flash Player 10, AIR 2.0 |
layoutDirection
样式和 ILayoutDirectionElement 的 layoutDirection
属性的常量值。对于拉丁样式脚本,通常采用从左到右的 layoutDirection。对于阿拉伯语或希伯来语等脚本,则采用从右到左的 layoutDirection。如果为 IStyleClient,将 layoutDirection 样式设置为 undefined 以从其祖代继承 layoutDirection。如果为 ILayoutDirectionElement,将 layoutDirection 属性设置为 null 以从其祖代继承 layoutDirection。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
LTR : String = "ltr" [静态]
对于样式客户端或可视元素,指定从左到右的布局方向。 | LayoutDirection | ||
RTL : String = "rtl" [静态]
对于样式客户端或可视元素,指定从右到左的布局方向。 | LayoutDirection |
常量详细信息
LTR | 常量 |
public static const LTR:String = "ltr"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.1 |
运行时版本: | Flash Player 10, AIR 2.0 |
对于样式客户端或可视元素,指定从左到右的布局方向。
RTL | 常量 |
public static const RTL:String = "rtl"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.1 |
运行时版本: | Flash Player 10, AIR 2.0 |
对于样式客户端或可视元素,指定从右到左的布局方向。
Tue Jun 12 2018, 11:04 AM Z