Gets or sets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public bool StraightenLongLinks { get; set; } |
Visual Basic
![]() |
---|
Public Property StraightenLongLinks As Boolean |
If this property is enabled, links that cross multiple layers have at most two bends. Because of the additional horizontal alignment contraints, the arranged graph osually occupies a larger area than when not using StraightenLongLinks.