ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > Button > _height (Button._height property) | |||
public _height : Number
The height of the button, in pixels.
Availability: ActionScript 1.0; Flash Player 6
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;
|
|
|
|