Search
DiagramItem.Repaint Method ()
See Also
 






Repaints the region of the diagram where this item is located.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void Repaint ()

Visual Basic  Copy Code

Protected Sub Repaint ()

 Remarks

Call this method to repaint the diagram after changing appearance attributes of this item.

 See Also