Gets or sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool BendAdjacentLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BendAdjacentLinks As Boolean |
true to bend adjacent links; otherwise, false. The default value is false.
See Also