Search
LayeredLayout.StraightenLongLinks Property
See Also
 



Gets or sets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph.

 Syntax

VB6  Copy Code

Public Property Get StraightenLongLinks() As Boolean
Public Property Let StraightenLongLinks( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_StraightenLongLinks ()
void put_StraightenLongLinks (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

If this property is enabled, links that cross multiple layers have at most two bends. Because of the additional horizontal alignment constraints, the arranged graph usually occupies a larger area than when not using StraightenLongLinks.

 See Also