Mega Code Archive
Categories
/
Flex
/
Components
Set the fontSize to 15 and the color to 0x9933FF for myButton instance
public function initApp():void { myButton.setStyle("fontSize",15); myButton.setStyle("color",0x9933FF); }