height property

  1. @override
num height
getter/setter pairoverride

The height of this display object with the applied transformation.

Setting the height may change the scaleX, scaleY, skewX and skewY properties, depending on the previously applied transformation.

Implementation

@override
num height;