Setting the content background alpha on a Spark Panel container in Flex 4
September 21st, 2009
The following example shows how you can set the content background alpha on a Spark Panel container in Flex 4 by setting the contentBackgroundAlpha style.
Full code after the jump.
This example requires Flex SDK 4.0.0.10007 or later.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/06/setting-the-content-background-alpha-on-a-spark-panel-container-in-flex-4/ –>
<s:Application name="Spark_Panel_contentBackgroundAlpha_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
[...]
Source:Setting the content background alpha on a Spark Panel container in Flex 4