Search
TopologicalLayout.bendAdjacentLinks Property
See Also
 





Gets or sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.

Namespace: MindFusion.Graphs
File: TopologicalLayout.js

 Syntax

JavaScript  Copy Code

get bendAdjacentLinks() {}
set bendAdjacentLinks(value) {}

 Property Value

Boolean

true to bend links connecting adjacent nodes, or false otherwise.

 See Also