T > TextField._height |
![]() ![]() ![]() |
TextField._height
Availability
Flash Player 6.
Usage
TextField
._height
Description
Property; sets and retrieves the height of the text field, in pixels.
Example
The following code example sets the height and width of a text field.
myTextField._width = 200;
myTextField._height = 200;
![]() ![]() ![]() |