Grid.MeasureOverride Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Measures the children of a Grid in anticipation of arranging them during the ArrangeOverride pass.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- constraint
- Type: System.Windows.Size
Indicates an upper limit size that should not be exceeded.
Return Value
Type: System.Windows.SizeSize that represents the maximum area available to the child content for layout.
Show: