UIObject.height

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

componentInstance.height

Description

Property (read-only); a number indicating the height of the object in pixels.

Example

The following example sets the value of tmp to the height of the checkbox instance:

var tmp = checkbox.height;