_height (propriété TextField._height)

public _height : Number

Hauteur du champ texte, en pixels.

Disponibilité : ActionScript 1.0 ; Flash Lite 2.0

Exemple

L'exemple de code suivant définit la hauteur et la largeur d'un champ texte :

my_txt._width = 200;
my_txt._height = 200;