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.
SyntaxVB6
Copy Code
|
|---|
Public Property Get EnforceLinkFlow() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value.
RemarksSplitLayers is ignored if this property is set to true.
See Also