Mega Code Archive
Categories
/
Flex
/
Components
Styling Label
private function initStyles():void { myLabel.setStyle("fontWeight", "bold"); myLabel.setStyle("fontSize", 20); }