blob: 5e2f662db35c5daf47faf859f7b9e18daacedb18 [file] [log] [blame]
{ "type": "class",
"qname": "mx.controls.VRule",
"baseClassname": "mx.core.UIComponent"
,
"description": "The VRule control creates a single vertical line. You typically use this control to create a dividing line within a container. <p>The HRule control has the following default properties:</p> <table class=&quot;innertable&quot;> <tr> <th>Characteristic</th> <th>Description</th> </tr> <tr> <td>Default size</td> <td>The default height is 100 pixels, default width is 2 pixels. By default, the VRule control is not resizable; set width and height to percentage values to enable resizing.</td> </tr> <tr> <td>strokeWidth</td> <td>2 pixels.</td> </tr> <tr> <td>strokeColor</td> <td>0xC4CCCC.</td> </tr> <tr> <td>shadowColor</td> <td>0xEEEEEE.</td> </tr> </table> <p>The <code>&lt;mx:VRule&gt;</code> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:</p> <pre>\\n &lt;mx:VRule\\n <strong>Styles</strong>\\n strokeColor=&quot;0xC4CCCC&quot;\\n shadowColor=&quot;0xEEEEEE&quot;\\n strokeWidth=&quot;2&quot;\\n /&gt;\\n </pre>",
"tags": [
{ "tagName": "includeExample",
"values": ["examples/SimpleVRule.mxml"]},
{ "tagName": "see",
"values": ["mx.controls.HRule"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "mxml",
"values": []},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "mx.controls.VRule",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "strokeWidth",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "addedToParent",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"return": "void",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "measuredWidth",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "private",
"values": []} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "measuredHeight",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "private",
"values": []} ]}]
}