Class fever.display.text.TextFieldAutoSize

Description

Enumeration of constant values used in setting the autoSize property of the TextField class.

Field Index

CENTER, LEFT, NONE, RIGHT

Field Detail

CENTER

static public CENTER:String
Specifies that the text is to be treated as center-justified text, any resizing of a single line of a text field will be equally distributed to both the right and left sides.

LEFT

static public LEFT:String
Specifies that the text is to be treated as left-justified text, meaning that the left side of the text field remains fixed and any resizing of a single line is on the right side.

NONE

static public NONE:String
Specifies that no resizing is to occur. *

RIGHT

static public RIGHT:String
Specifies that the text is to be treated as right-justified text, meaning that the right side of the text field remains fixed and any resizing of a single line is on the left side.