MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowUnanchoredLinks { get; set; }

Visual Basic  Copy Code

Public Property AllowUnanchoredLinks As Boolean

 Property Value

 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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
AnchorPoint.AllowIncoming Property
AnchorPoint.AllowOutgoing Property