Search
Header.width Property
See Also
 





Gets or sets the width of this header.

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

 Syntax

JavaScript  Copy Code

get width() {}
set width(value) {}

 Property Value

Number

A number specifying the header width.

 Remarks

If this is a column header, the property specifies the width of the whole column.

 See Also