DiagramLite Programmer's Guide
DiagramNode.AllowIncomingLinks Property
See Also
 





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

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

 Syntax

C#  Copy Code

public bool AllowIncomingLinks { get; set; }

Visual Basic  Copy Code

Public Property AllowIncomingLinks As Boolean

 Property Value

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

 Remarks

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

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
IncomingLinks Property
AllowOutgoingLinks Property