Search
ComponentBase.InvalidateLayout Method
See Also
 





Invalidates the layout of this component and all its children.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void InvalidateLayout ()

Visual Basic  Copy Code

Public Sub InvalidateLayout ()

 Remarks

This method invokes the InvalidateLayout method of the parent host, if any.

 See Also