Stops updating the visual state of items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void StartDelayUpdate () |
Visual Basic
Copy Code
|
|---|
Public Sub StartDelayUpdate () |
RemarksCall 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