UIObject.left

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

componentInstance.left

Description

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

Example

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

var tmp = checkbox.left; // sets value of tmp to left position of checkbox;