Search
Diagram.SuspendLinkRouter Method
See Also
 





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 ResumeLinkRouter is called.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SuspendLinkRouter ()

Visual Basic  Copy Code

Public Sub SuspendLinkRouter ()

 See Also