MindFusion.Wpf Pack Programmer's Guide
AnchorPoint.AllowOutgoing Property
See Also
 





Gets or sets a value indicating whether the anchor point accepts outgoing connections.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowOutgoing { get; set; }

Visual Basic  Copy Code

Public Property AllowOutgoing As Boolean

 Property Value

true to allow outgoing links connect to the anchor; false to forbid that. The default is true.

 Remarks

If no outgoing anchors are defined for a node, links start points can be placed anywhere inside that node, unless AllowUnanchoredLinks is disabled.

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming.Wpf Namespace
AllowIncoming Property
ValidateAnchorPoint Event