Search
Diagram.AllowUnanchoredLinks Property
See Also
 





Gets or sets a value indicating whether links can be connected to nodes to which there aren't anchor points assigned.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowUnanchoredLinks { get; set; }

Visual Basic  Copy Code

Public Property AllowUnanchoredLinks As Boolean

 Property Value

true to let links connect to nodes without anchor points; otherwise, false. The default is true.

 Remarks

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.

 See Also