Grid.MeasureOverride Method
Silverlight
Measures the children of a Grid in anticipation of arranging them during the ArrangeOverride pass.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides NotOverridable Function MeasureOverride ( _ constraint As Size _ ) As Size
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: