Sets a value indicating whether to attempt to force all links to go in the same direction. If the graph being arranged has cycles, some of the links will still go backward.
Namespace: MindFusion.Diagramming.Layout.Fluent
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static T EnforceLinkFlow<T> ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function EnforceLinkFlow(Of T As LayeredLayout) ( _ |
See Also