Gets or sets a value indicating whether links can be connected to nodes to which there aren't anchor points assigned.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowUnanchoredLinks { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowUnanchoredLinks As Boolean |
true to let links connect to nodes without anchor points; otherwise, false. The default is true.
AllowUnanchoredLinks applies to nodes whose AnchorPattern is not set or does not contain incoming or outgoing anchor points available. If the property is enabled, users can connect links to any point of such nodes. If disabled, users cannot connect links to such nodes.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |