Search
OrthogonalRouter.BendDistance Property
See Also
 





Gets or sets how far from its adjacent node a link should bend.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float BendDistance { get; set; }

Visual Basic  Copy Code

Public Property BendDistance As Single

 Property Value

A float 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.

 Remarks

This should be a value between 0 and 1, specifying a distance proportional to the node size.

 See Also