Gets or sets a value indicating whether self-loops are allowed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowSelfLoops { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowSelfLoops As Boolean |
true if self loops are allowed; otherwise, false. The default is true.
Use the property to specify whether the user is allowed to draw self loops - links that connect a node to itself.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |