_height (Button._height property)

public _height : Number

The height of the button, in pixels.

Availability: ActionScript 1.0; Flash Player 6

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;

Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00001444.html