Search
Diagram.autoCloseDistance Property
See Also
 





Gets or sets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get autoCloseDistance() {}
set autoCloseDistance(value) {}

 Property Value

Number

A number specifying auto-close distance.

 See Also