Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > UIObject class > UIObject.height | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
componentInstance.height
Property (read-only); a number indicating the height of the object, in pixels. To change the height property, call UIObject.setSize().
The following example increases the check box height:
myCheckbox.setSize(myCheckbox.width, myCheckbox.height + 10);
Flash CS3