Gets or sets a value indicating whether links are bend to prevent them from crossing nodes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool BendLinks { get; set; } |
Visual Basic Copy Code |
---|
Public Property BendLinks As Boolean |
true to bend the links to try to prevent crossings; otherwise, false. The default is true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |