The TextFieldAutoSize object is an enumeration of constant values used in setting the autoSize property of the TextField object.


Lib.Media.Text.TextFieldAutoSize.CENTER

Specifies that the text is to be treated as center-justified text.

Lib.Media.Text.TextFieldAutoSize.LEFT

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.

Lib.Media.Text.TextFieldAutoSize.NONE

Specifies that no resizing is to occur.

Lib.Media.Text.TextFieldAutoSize.RIGHT

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.

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents