DiagramLite Programmer's Guide
AnchorPoint.AllowOutgoing Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool AllowOutgoing { get; set; }

Visual Basic  Copy Code

Public Property AllowOutgoing As Boolean

 Property Value

 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 Namespace