Gets or sets a value indicating whether users are allowed to draw incoming links to this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
Links to a node can be created programmatically regardless of the value of this property.
DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
IncomingLinks Property
AllowOutgoingLinks Property
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |