Flash Lite 2.x and 3.0 ActionScript Language Reference

_height (Button._height property)

public _height : Number

The height of the button, in pixels.

Example

The following example sets the height and width of a button called my_btn to a specified width and height.

my_btn._width = 500;
my_btn._height = 200;