blob: 383436fe11e803c9b4ac7f5e4bb8fceecf3b6c68 [file] [log] [blame]
{ "type": "class",
"qname": "mx.core.LayoutDirection",
"baseClassname": ""
,
"description": "The LayoutDirection class defines the constant values for the <code>layoutDirection</code> style of an IStyleClient and the <code>layoutDirection</code> 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.",
"tags": [
{ "tagName": "see",
"values": ["mx.styles.IStyleClient", "mx.core.ILayoutDirectionElement"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.0"]},
{ "tagName": "productversion",
"values": ["Flex 4.1"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "LTR",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies left-to-right layout direction for a style client or a visual element.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.0"]},
{ "tagName": "productversion",
"values": ["Flex 4.1"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "RTL",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies right-to-left layout direction for a style client or a visual element.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.0"]},
{ "tagName": "productversion",
"values": ["Flex 4.1"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}