Search
GridRouter.nodeVicinitySize Property
See Also
 





Gets or sets the size of buffer zone around nodes for which routes get a penalty cost if they pass through it.

Namespace: MindFusion.Diagramming
File: GridRouter.js

 Syntax

JavaScript  Copy Code

get nodeVicinitySize() {}
set nodeVicinitySize(value) {}

 Property Value

Number

A number specifying the size of the buffer area in which passing routes receive a penalty cost. The default is 12.

 See Also