Gets or sets a value indicating whether incoming links can be connected to this anchor.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
If no incoming anchors are defined for a node, links end points can be placed anywhere inside that node, unless AllowUnanchoredLinks is disabled.
AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming Namespace
AllowOutgoing Property
ValidateAnchorPoint Event
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |