.NET Framework Class Library for Silverlight
UIElement..::.InvalidateMeasure Method
Invalidates the measurement state (layout) for a UIElement.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Sub InvalidateMeasure
Dim instance As UIElement
instance.InvalidateMeasure()
public void InvalidateMeasure()
This method is typically only used within layout method override implementations.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference
Other Resources