MindFusion.Wpf Pack Programmer's Guide
HierarchicalLayout.LinkBendFactor Property
See Also
 





Gets or sets the bending factor of links.

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

 Syntax

C#  Copy Code

public double LinkBendFactor { get; set; }

Visual Basic  Copy Code

Public Property LinkBendFactor As Double

 Property Value

The default value is 1.

 Remarks

A value of 1 indicates that the links should not bend. A value less than 1 indicates that the links should bend towards the geometric center of the graph. A value greater than 1 indicates that the links should bend outwards.

 See Also

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