Overrides
FrameworkElement.MeasureOverride.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Function MeasureOverride( _
ByVal constraint As Size _
) As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnTextEditDesigner
Dim constraint As Size
Dim value As Size
value = instance.MeasureOverride(constraint)
|
Parameters
- constraint
- An upper Size limit that should not be exceeded.
Return Value
The Size that represents the desired size of the container.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also