TextField.border 685
Example
The following sets the autosize property of the text field my_txt to "center".
my_txt.autosize = "center";
TextField.background
Availability
Flash Player 6.
Usage
my_txt.background
Description
Property; if true, the text field has a background fill. If false, the text field has no
background fill.
TextField.backgroundColor
Availability
Flash Player 6.
Usage
my_txt.backgroundColor
Description
Property; the color of the text field background. Default is 0xFFFFFF (white). This property may
be retrieved or set, even if there currently is no background but the color is only visible if the text
field has a border.
See also
TextField.background
TextField.border
Availability
Flash Player 6.
Usage
my_txt.border
Description
Property; if true, the text field has a border. If false, the text field has no border.