Gets or sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.
Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming
C# 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.
This property applies only to forward link. Back links connecting adjacent nodes are always rendered as bent.