Pivot.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 FrameworkElement-derived class.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- availableSize
- Type: System.Windows.Size
The available size that this element can give to child elements.
Return Value
Type: System.Windows.SizeReturns Size. The size that this element determines it needs during layout, based on its calculations of child element sizes.
Show: