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