DescriptionProperty; controls automatic sizing and alignment of text fields. Acceptable values for autoSize are "none" (the default), "left", "right", and "center". When you set the autoSize property, true is a synonym for "left" and false is a synonym for "none".
ExampleThe following sets the autosize property of the text field my_txt to "center".
my_txt.autosize = "center";