Search
Grid.topMargin Property
See Also
 





Gets or sets the offset of the lane grid from top side of diagram's bounds.

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

 Syntax

JavaScript  Copy Code

get topMargin() {}
set topMargin(value) {}

 Property Value

Number

A number representing the top margin.

 See Also