Creates a link of the type appropriate for the current behavior.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
protected virtual DiagramLink CreateLink ( |
Visual Basic Copy Code |
---|
Protected Overridable Function CreateLink ( _ |
An instance of DiagramLink or a derived class.
The default implementation returns a DiagramLink object. Override this method to create an instance of a custom class derived from DiagramLink when the user starts drawing a new link.