Measures the child elements of this control before they are arranged during the
ArrangeOverride pass.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Function MeasureOverride( _
ByVal availableSize As Size _
) As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageBox
Dim availableSize As Size
Dim value As Size
value = instance.MeasureOverride(availableSize) |
Parameters
- availableSize
- An upper Size limit that cannot be exceeded.
Return Value
The
System.Windows.Size that represents the upper size limit of the element.
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also