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

 See Also