Widget.height

Availability

Flash Player 7 + TheSpringBox V1

Usage

Widget.height:Number

Description

Property; The height of the wrapper in which the widget resides.

Example

The following example shows how you can increase the size of the widget.

myButton.onRelease = function() {
  Widget.height += 10;
};