Height Property (FlexDisplayObject)

Action

Gets the height of the display object, in pixels.

The height is calculated based on the bounds of the content of the display object. When you set the height property, the scaleY property is adjusted accordingly.

Syntax

C#
protected Double height { get; }
VB
'Declaration
Protected Read Property height As Double

Access

Read only.