Search
Diagram.routeMargin Property
See Also
 





Gets or sets the minimal distance between nodes and auto-routed links.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get routeMargin() {}
set routeMargin(value) {}

 Property Value

Number

A value specifying distance in the current measureUnit. The default value is 8.

 See Also