Search
Diagram.SuspendLinkRouter Method
See Also
 





Called when the control starts a batch update operation that might affect many links. The diagram collects links specified through Route and RouteAllLinks calls and defers finding their paths to when ResumeLinkRouter is called.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SuspendLinkRouter ()

Visual Basic  Copy Code

Public Sub SuspendLinkRouter ()

 See Also