Defines methods that should be implemented by a link-router component. The control calls them when a new link path should be set in response to changes in the diagram, such as adding or modifying nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public interface ILinkRouter |
Visual Basic
Copy Code
|
|---|
Public Interface ILinkRouter |
Inheritors
See Also