Search
GridRouter.crossingCost Property
See Also
 





Gets or sets a value added to the total cost of a route which causes a link to cross another link.

Namespace: MindFusion.Diagramming
Package: GridRouter.js

 Syntax

JavaScript  Copy Code

get crossingCost() {}
set crossingCost(value) {}

 Property Value

Number

A number specifying the crossing cost. The default is 4.

 See Also