Invalidates the layout of this component and all its children.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void InvalidateLayout () |
Visual Basic
Copy Code
|
|---|
Public Sub InvalidateLayout () |
RemarksThis method invokes the InvalidateLayout method of the parent host, if any.
See Also