Hi Madhavi

I wrote code like this for circle. i dont know whether it is correct or not


<s:BorderContainer  borderWeight="2" borderColor="red">
                
                <s:layout>
                        <s:HorizontalLayout verticalAlign="middle" 
horizontalAlign="center">
                                
                        </s:HorizontalLayout>
                </s:layout>
                <s:Ellipse rotationX="360"  width="100" height="100" x="0" 
y="0" >
                        <s:fill>
                                <s:SolidColor color="#000000"/>
                        </s:fill>
                        
                </s:Ellipse>
                
        </s:BorderContainer>

Thanks
Kiran

On Mon, Apr 11, 2011 at 6:32 PM, madhavi chinni
<[email protected]> wrote:
> Hi,
>
> I want to draw a border to a circle in Flex.Below is the code which I
> used to draw the circle.
> <s:Ellipse x="0" y="0" width="100" height="100">
>                <s:fill>
>                        <s:SolidColor color="white"/>
>
>                </s:fill>
>
>
> </s:Ellipse>
> Can anyone please let me know how can I draw the border to the circle
>
> Thanks,
> Madhavi
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to