Search
Diagram.StartDelayUpdate Method
See Also
 






Stops updating the visual state of items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void StartDelayUpdate ()

Visual Basic  Copy Code

Public Sub StartDelayUpdate ()

 Remarks

Call this method before performing bulk operations that change properties affecting the appearance of many items. Call EndDelayUpdate when finished to update the visual state of the affected items.

 See Also