Gets or sets whether links should be automatically connected to the nearest node.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool AutoConnectLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoConnectLinks As Boolean |
See Also