'Declaration
Protected Overrides Function MeasureOverride( _ ByVal constraint As Size _ ) As Size
protected override Size MeasureOverride( Size constraint )
Parameters
- constraint
- An upper limit System.Windows.Size that should not be exceeded.
Return Value
The System.Windows.Size that represents the desired size of the element.