Search
CompositeLayout.BendLinks Property
See Also
 





Gets or sets a value indicating whether the links in the trees from the additional partitioning pass will bend to avoid crossing leaves in the same tree.

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

 Syntax

C#  Copy Code

public bool BendLinks { get; set; }

Visual Basic  Copy Code

Public Property BendLinks As Boolean

 Property Value

true to bend links in the additional partitioning pass; otherwise, false. The default is false.

 See Also