Search
ILinkRouter Members
Properties Methods
 


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.

The following tables list the members exposed by the ILinkRouter type.

 Public Properties

  Name Description

Diagram

Gets or sets the diagram this router is associated with.

 Public Methods

  Name Description

RouteLink

Called when a single link must be routed.

RouteLinks

Called when more than one link must be routed.

 See Also