Search
LayeredLayout.EnforceLinkFlow Property
See Also
 



Gets or sets a value indicating whether to attempt to force all links to go in the same direction. If the graph being arrange has cycles, some of the links will still go backward.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnforceLinkFlow ()
void put_EnforceLinkFlow (
    bool value
)

 Property Value

A boolean value.

 Remarks

SplitLayers is ignored if this property is set to true.

 See Also