<?xml version="1.0"?>
<!-- styles/TimeFormat.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="red">
<mx:Style>
Button
{
marginLeft: 500px;
}
</mx:Style>
<mx:Button label="Start" />
</mx:Application>
marginLeft 不起作用,我怎样才能将按钮从默认的中心移到其他地方?