Gets or sets a value indicating whether more than one link can connect the same origin and destination diagram nodes.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public bool AllowLinksRepeat { get; set; } |
Visual Basic
![]() |
---|
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.
WpfDiagram Programmer's Guide | © 2025 MindFusion |