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.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public bool EnforceLinkFlow { get; set; } |
Visual Basic
![]() |
---|
Public Property EnforceLinkFlow As Boolean |
true if all links should follow the same general direction when possible, otherwise false. The default is false.
If this property is enabled, the layout usually occupies a larger area. In addition, the EnableCustomLayers and SplitLayers properties cannot be used in conjunction with it and are ignored.