Search
Grid.columnHeadersHeights Property
See Also
 






Gets or sets an array of numbers specifying the heights of individual column levels.

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

 Syntax

JavaScript  Copy Code

get columnHeadersHeights() {}
set columnHeadersHeights(value) {}

 Property Value

Array

An array of numbers representing the heights of the various header levels.

 Remarks

If a value is non-positive or does not exist because the array has less arguments than the number of columns, then the height is calculated as the maximum height of the columns in that level.

 See Also