TextField._height
Availability
Flash Player 6.
Usage
my_txt._height:Number
Description
Property; the height of the text field, in pixels.
Example
The following code example sets the height and width of a text field:
my_txt._width = 200;
my_txt._height = 200;
TextField._height
889
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?