Gets or sets a value indicating whether users are allowed to draw outgoing links from this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AllowOutgoingLinks { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowOutgoingLinks As Boolean |
true to let users draw outgoing links from this node; otherwise, false. The default is true.
Links from a node can be created programmatically regardless of the value of this property.
WpfDiagram Programmer's Guide | © 2024 MindFusion |