MindFusion.Wpf Pack Programmer's Guide
FlowchartLayout.IgnoreRepeatingLinks Property
See Also
 





Gets or sets a value indicating whether to ignore repeating links.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool IgnoreRepeatingLinks { get; set; }

Visual Basic  Copy Code

Public Property IgnoreRepeatingLinks As Boolean

 Property Value

true to ignore repeating links, otherwise false. The default value is false.

 Remarks

If there are many links connecting the same pair of nodes in the same direction, the analysis of the inherent flowchart structure might fail. In such cases, set this property to true.

 See Also

FlowchartLayout Members
FlowchartLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace