Canvas.MeasureOverride Method
Silverlight
Provides the behavior for the "measure" pass of Silverlight layout.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Parameters
- constraint
- Type: System.Windows.Size
The available size that this object can give to child objects. Infinity can be specified as a value to indicate that the object will size to whatever content is available.
Return Value
Type: System.Windows.SizeThe size that this object determines it needs during layout, based on its calculations of child object allotted sizes.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: