Gets or sets a value indicating whether to ignore repeating links.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public bool IgnoreRepeatingLinks { get; set; } |
Visual Basic Copy Code |
---|
Public Property IgnoreRepeatingLinks As Boolean |
true to ignore repeating links, otherwise false. The default value is false.
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.