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.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool BendAdjacentLinks { get; set; }

Visual Basic  Copy Code

Public Property BendAdjacentLinks As Boolean

 Property Value

true to bend links connecting adjacent nodes; false, to draw them as straight lines. The default is false.

 Remarks

This property applies only to forward link. Back links connecting adjacent nodes are always rendered as bent.

 See Also