MindFusion.Wpf Pack Programmer's Guide
Diagram.AllowSelfLoops Property
See Also
 





Gets or sets a value indicating whether self-loops are allowed.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowSelfLoops { get; set; }

Visual Basic  Copy Code

Public Property AllowSelfLoops As Boolean

 Property Value

true if self loops are allowed; otherwise, false. The default is true.

 Remarks

Use the property to specify whether the user is allowed to draw self loops - links that connect a node to itself.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
AllowLinksRepeat Property