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
SyntaxC#
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.
RemarksAllowUnanchoredLinks 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