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
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00003660.html