UIObject.height

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX 2004.

Usage

componentInstance.height

Description

Property (read-only); a number indicating the height of the object, in pixels. To change the height property, call UIObject.setSize().

Example

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