Search
Header.height Property
See Also
 





Gets or sets the height of this header.

Namespace: MindFusion.Diagramming.Lanes
File: Header.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

A number specifying the header height.

 Remarks

If this is a row header, the property specifies the height of the whole row.

 See Also