blob: f68de08266f9794f2b387bc24580ae4ee1fc22b1 [file] [log] [blame]
{ "type": "class",
"qname": "spark.components.BorderContainer",
"baseClassname": "spark.components.SkinnableContainer"
,
"description": "The BorderContainer class defines a set of CSS styles that control the appearance of the border and background fill of the container. <p><b>Note: </b>Because you use CSS styles and class properties to control the appearance of the BorderContainer, you typically do not create a custom skin for it. If you do create a custom skin, your skin class should apply any styles to control the appearance of the container.</p> <p>By default, the stroke of the border is rounded. If you do not want rounded corners, set the <code>joints</code> property of the stroke to <code>JointStyle.MITER</code>. </p> <p>The BorderContainer container has the following default characteristics:</p> <table class=&quot;innertable&quot;> <tr><th>Characteristic</th><th>Description</th></tr> <tr><td>Default size</td><td>112 pixels wide by 112 pixels high</td></tr> <tr><td>Minimum size</td><td>30 pixels wide by 30 pixels high</td></tr> <tr><td>Maximum size</td><td>10000 pixels wide and 10000 pixels high</td></tr> <tr><td>Default skin class</td><td>spark.skins.spark.BorderContainerSkin</td></tr> </table> <p>The <code>&lt;s:BorderContainer&gt;</code> tag inherits all the tag attributes of its superclass, and adds the following tag attributes:</p> <pre>\\n &lt;s:BorderContainer\\n <b>Properties</b>\\n backgroundFill=&quot;null&quot;\\n borderStroke=&quot;null&quot;\\n \\n <b>Styles</b>\\n backgroundImage=&quot;undefined&quot;\\n backgroundImageFillMode=&quot;scale&quot;\\n borderAlpha=&quot;1.0&quot;\\n borderColor=&quot;0xB7BABC&quot;\\n borderStyle=&quot;solid&quot;\\n borderVisible=&quot;true&quot;\\n borderWeight=&quot;1&quot;\\n cornerRadius=&quot;0&quot;\\n dropShadowVisible=&quot;false&quot;\\n /&gt;\\n </pre>",
"tags": [
{ "tagName": "includeExample",
"values": ["examples/BorderContainerExample.mxml"]},
{ "tagName": "see",
"values": ["spark.skins.spark.BorderContainerSkin"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "mxml",
"values": []},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "spark.components.BorderContainer",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "uint",
"qname": "borderColor",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "borderWeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "dropShadowVisible",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "borderStyle",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Object",
"qname": "backgroundImage",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}