Search
FlowLayout.LinksBend Property
See Also
 





Specifies whether links between non-adjacent nodes should bend.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool LinksBend { get; set; }

Visual Basic  Copy Code

Public Property LinksBend As Boolean

 Property Value

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

 See Also