DiagramLite Programmer's Guide
Diagram.StartDelayUpdate Method
See Also
 





Stops updating the visual state of items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace