Gets or sets a value indicating whether more than one link can connect the same origin and destination diagram nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowLinksRepeat { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowLinksRepeat As Boolean |
true if repeated links are allowed; otherwise, false. The default is true.
Specifies whether more than one link can connect the same origin and destination diagram nodes. If set to false, two diagram nodes can be connected with at most one link in a single direction.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |