Measures the child elements of a PilePanel in anticipation of arranging them during the ArrangeOverride(Size) pass.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Parameters

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

Return Value

The Size that represents the desired size of the element.

See Also