Gets or sets a value indicating whether incoming links can be connected to this anchor.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |