height property

num height
inherited

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

num get height => boundsTransformed.height;
  1. @override
void height=(num value)
override

Implementation

@override
set height(num value) {
  _throwStageException();
}