UIObject.bottom

Availability

Flash Player 6 (6.0.79.0).

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. To set this property, call UIObject.move().

Example

This example moves the check box so it aligns under the bottom edge of the list box:

myCheckbox.move(myCheckbox.x, form.height - listbox.bottom); 

Flash CS3