Creates a link of the type appropriate for the current behavior.
Namespace: MindFusion.Diagramming.Blazor.Behaviors
Assembly: MindFusion.Diagramming.Blazor
C# Copy Code |
---|
protected virtual DiagramLink CreateLink () |
Visual Basic Copy Code |
---|
Protected Overridable Function CreateLink () As DiagramLink |
An instance of the DiagramLink class.
Override this method to specify the type of DiagramLink, which is most appropriate for your diagram. The link is created every time the user connects two DiagramNode objects.