Gets or sets a value indicating whether the anchor point accepts outgoing connections.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowOutgoing { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowOutgoing As Boolean |
true to allow outgoing links connect to the anchor; false to forbid that. The default is true.
If no outgoing anchors are defined for a node, links start points can be placed anywhere inside that node, unless AllowUnanchoredLinks is disabled.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |