Search
Rect.height Property
See Also
 





Gets or sets the height of the rectangle.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

get height() {}
set height(value) {}

 Property Value

Number

The height of the rectangle.

 See Also