Search
OrthogonalRouter.BendDistance Property
See Also
 






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

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double BendDistance { get; set; }

Visual Basic  Copy Code

Public Property BendDistance As Double

 Property Value

 Remarks

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

 See Also