MindFusion.Wpf Pack Programmer's Guide
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.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool BendAdjacentLinks { get; set; }

Visual Basic  Copy Code

Public Property BendAdjacentLinks As Boolean

 Property Value

true to bend adjacent links; otherwise, false. The default value is false.

 See Also

TopologicalLayout Members
TopologicalLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace