Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > UIObject class > UIObject.bottom | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
componentInstance.bottom
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().
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