UIObject.bottom

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

componentInstance.bottom

Description

Property (read-only); a number indicating the bottom position of the object in pixels relative to its parent's bottom.

Example

Sets the value of tmp to the bottom position of the check box:

var tmp = checkbox.bottom;