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

Popular posts from this blog

Using Arduino Uno R3 to bootload the atmega328-PU (non pico)

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support

How to update nested ListCollectionViews?