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.
Name | Description | |
---|---|---|
Gets or sets the diagram this router is associated with. |
Name | Description | |
---|---|---|
Called when the control ends a batch update operation that might affect many links. |
||
Called when a single link must be routed. |
||
Called when more than one links must be routed. |
||
Called when the control starts a batch update operation that might affect many links. Implementations might collect the links specified through RouteLink and RouteLinks calls and defer finding their paths for when Resume is called. |
Diagramming for .NET MAUI Guide | © 2024 MindFusion |