UIObject.height

可用性

Flash Player 6.0.79。

版本

Flash MX 2004。

用法

componentInstance.height

描述

属性(只读);指明对象高度的数字(以像素为单位)。

范例

下面的范例将 tmp 的值设为 checkbox 实例的高度:

var tmp = checkbox.height;