Gets or sets a value indicating whether incoming links can be connected to this anchor.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AllowIncoming { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowIncoming As Boolean |
true to allow incoming links connect to the anchor; false to forbid that. The default is true.
RemarksIf no incoming anchors are defined for a node, links end points can be placed anywhere inside that node, unless AllowUnanchoredLinks is disabled.
See Also