In order for it to show up you have to set borderStyle="solid" and
borderThickness="0".

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
                        layout="absolute">

<mx:Canvas width="200" height="200" cornerRadius="20"
backgroundColor="#7adce3" borderStyle="solid" borderThickness="0"/>
        
</mx:Application>

Juan
scalenine.com

--- In [email protected], "Rajesh Bhadra" <[EMAIL PROTECTED]>
wrote:
>
> Yeah but the property is not getting reflected on the Flex Builder
and also
> when the app is running..
> Is there any workaround for that.
> 
> Thanks
>


Reply via email to