Search
GridRow.height Property
See Also
 






Gets or sets fixed height for this row.

Namespace: MindFusion.Diagramming
File: GridRow.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

A number specifying the rows's height.

 See Also