MindFusion.Wpf Pack Programmer's Guide
AnchorPoint.AllowIncoming Property
See Also
 





Gets or sets a value indicating whether incoming links can be connected to this anchor.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowIncoming { get; set; }

Visual Basic  Copy Code

Public Property AllowIncoming As Boolean

 Property Value

true to allow incoming links connect to the anchor; false to forbid that. The default is true.

 Remarks

If no incoming anchors are defined for a node, links end points can be placed anywhere inside that node, unless AllowUnanchoredLinks is disabled.

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming.Wpf Namespace
AllowOutgoing Property
ValidateAnchorPoint Event