Search
AnchorPoint.AllowIncoming Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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