stroke only one side
hello one-side border around iteam.
i cant find out property in flex/as reference how apply stroke 1 side of element.
would glad hear tip you,
thanks
jbeynar
hi beynar,
you can use bordersides property specify border sides...as shown below:
<mx:canvas width="400" height="400" bordersides="[left,right,top,bottom]" />
<mx:canvas width="400" height="400" bordersides="[left,right,top]" />
<mx:canvas width="400" height="400" bordersides="[left,right]" />
<mx:canvas width="400" height="400" bordersides="[left,right]" />
you can apply borders of 1 side...
if post answers question or helps, please kindly mark such.
thanks,
bhasker chari
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment