UIObject.right

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

componentInstance.right

Description

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

Example

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

var tmp = checkbox.right;