http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_04.html
Exemplo em AS3:
/* TextFormat fica no pacote flash.text */
//label1 is just a standard textfield label1.wordWrap = true; label1.multiline = true; var tmpFormat:TextFormat = label1.getTextFormat(); tmpFormat.align = "justify"; label1.defaultTextFormat = tmpFormat;
Nenhum comentário:
Postar um comentário