Measures the child elements of the control.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override Size MeasureOverride(
	Size constraint
)
Visual Basic
Protected Overrides Function MeasureOverride ( _
	constraint As Size _
) As Size
Visual C++
protected:
virtual Size MeasureOverride(
	Size constraint
) override

Parameters

constraint
Type: System.Windows..::..Size
An upper limit size that should not be exceeded.

Return Value

The desired size of the element.

See Also