Mega Code Archive

 
Categories / Flex / Components
 

Buttons width and height

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:Button label="Button" right="5" bottom="5" left="5" top="5"/> </mx:Application>