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
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool BendLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BendLinks As Boolean |
true to bend links in the additional partitioning pass; otherwise, false. The default is false.
See Also