ASP.NET Pack Programmer's Guide
LayeredLayout.EnforceLinkFlow Property
See Also
 





Gets or sets a value indicating whether to attempt to force all links to point to the same direction. If the graph being arranged contains cycles, some of the links will still point backwards.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnforceLinkFlow { get; set; }

Visual Basic  Copy Code

Public Property EnforceLinkFlow As Boolean

 Property Value

 Remarks

EnableCustomLayers and SplitLayers are ignored if this property is set to true.

 See Also

LayeredLayout Members
LayeredLayout Class
MindFusion.Diagramming.Layout Namespace
StraightenLongLinks Property
OneWayLayout Class