Invalidates the component layout, causing rearrangement of content.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void InvalidateLayout () |
Visual Basic
Copy Code
|
|---|
Public Sub InvalidateLayout () |
RemarksCalling this method will cause ArrangeComponents to be invoked before the next drawing pass.
See Also