属性iconPlacement可以控制button的图标的位置:
<s:Button label="取消" width="70" height="25" iconPlacement="bottom"/>
在mx下用属性labelPlacement控制label的位置即可:
<mx:Button label="取消" width="70" height="25" labelPlacement="bottom"/>
: