Gets or 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.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnforceLinkFlow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnforceLinkFlow As Boolean |
RemarksEnableCustomLayers and SplitLayers are ignored if this property is set to true.
See Also