Measures the child elements of an
AnnContainer before they are arranged during the base class
Canvas.ArrangeOverride pass.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Function MeasureOverride( _
ByVal constraint As Size _
) As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnContainer
Dim constraint As Size
Dim value As Size
value = instance.MeasureOverride(constraint) |
Parameters
- constraint
- An upper System.Windows.Size limit that cannot be exceeded.
Return Value
The
System.Windows.Size that represents the upper size limit of the element.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also