Mega Code Archive
Categories
/
Flex
/
Components
Set button font style to italic with setStyle
private function initializeHandler(event:Event):void { button.setStyle("fontStyle", "italic"); }