T > TextField._width

 

TextField._width

Availability

Flash Player 6.

Usage

TextField._width

Description

Property; sets and retrieves the width of the text field, in pixels.

Example

The following example sets the height and width properties of a text field:

myTextField._width=200;
myTextField._height=200;

See also

MovieClip._height