StackPanel.MeasureOverride Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Measures the size in layout required for child elements and determines a size for the derived class.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- constraint
- Type: System.Windows.Size
The available size that this element can give to child elements.
Return Value
Type: System.Windows.SizeThe size that this element determines it needs during layout, based on its calculations of child element sizes.
Show: