MindFusion.Wpf Pack Programmer's Guide
OrthogonalRouter.BendDistance Property
See Also
 





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

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

 Syntax

C#  Copy Code

public double BendDistance { get; set; }

Visual Basic  Copy Code

Public Property BendDistance As Double

 Property Value

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.

 Remarks

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

 See Also

OrthogonalRouter Members
OrthogonalRouter Class
MindFusion.Diagramming.Wpf.Layout Namespace