DiagramLite Programmer's Guide
OrthogonalLayout.MinimizeLinkBends Property
See Also
 





Gets or sets a value indicating whether the layout should minimize link bends.

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

 Syntax

C#  Copy Code

public bool MinimizeLinkBends { get; set; }

Visual Basic  Copy Code

Public Property MinimizeLinkBends As Boolean

 Property Value

true to minimize link bends, otherwise false. The default value is true.

 Remarks

If this option is disabled, the layout class applies a fast linear time algorithm, however the layouts produced usually contain more bending links and occupy more space. If enabled, the layout class applies an algorithm of polynomial complexity and runs much slower.

 See Also

OrthogonalLayout Members
OrthogonalLayout Class
MindFusion.Diagramming.Layout Namespace