Gets or sets how far from its adjacent node a link should bend.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public double BendDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BendDistance As Double |
A double value specifying the distance from a link's first bend to its adjacent node. The default is 0, specifying that the algorithm should automatically choose a value for this parameter.
RemarksThis should be a value between 0 and 1, specifying a distance proportional to the node size.
See Also