Search
DiagramNode.AllowOutgoingLinks Property
See Also
 





Gets or sets a value indicating whether users are allowed to draw outgoing links from this node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowOutgoingLinks { get; set; }

Visual Basic  Copy Code

Public Property AllowOutgoingLinks As Boolean

 Property Value

true to let users draw outgoing links from this node; otherwise, false. The default is true.

 Remarks

Links from a node can be created programmatically regardless of the value of this property.

 See Also