Gets or sets a value indicating whether users are allowed to draw incoming links to this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AllowIncomingLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowIncomingLinks As Boolean |
true to let users draw incoming links to this node; otherwise, false. The default is true.
RemarksLinks to a node can be created programmatically regardless of the value of this property.
See AlsoDiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
IncomingLinks Property
AllowOutgoingLinks Property