Search
FlowLayout.LinksBend Property
See Also
 





Specifies whether links between non-adjacent nodes should bend.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool LinksBend { get; set; }

Visual Basic  Copy Code

Public Property LinksBend As Boolean

 Property Value

true is links should bend; otherwise, false. The default is true.

 See Also