UIObject.left

可用性

Flash Player 6.0.79。

版本

Flash MX 2004。

用法

componentInstance.left

描述

属性(只读);一个数字,它指明对象的左边缘(以像素为单位)。

范例

下面的范例将 tmp 的值设为 checkbox 实例的左侧位置:

var tmp = checkbox.left; // 将 tmp 的值设为复选框的左侧位置;