Feb 102010
label_txt.autoSize = TextFieldAutoSize.NONE — The default. No resizing.
label_txt.autoSize = TextFieldAutoSize.LEFT — Will automatically resize the textfield and left-align the text.
label_txt.autoSize = TextFieldAutoSize.CENTER — Will automatically resize the textfield and center the text.
label_txt.autoSize = TextFieldAutoSize.RIGHT — Will automatically resize the textfield and right-align the text.
Sorry, the comment form is closed at this time.