Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 568 Bytes

File metadata and controls

22 lines (13 loc) · 568 Bytes

element.height

Availability

Flash MX 2004.

Usage

element.height

Description

Property; a float value that specifies the height of the element in pixels. Do not use this property to resize a text field. Instead, select the text field and use document.setTextRectangle(). Using this property with a text field scales the text.

Example

The following example sets the height of the specified element to 100:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].height = 100;