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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected override Size MeasureOverride(
	Size constraint
)
Visual Basic (Declaration)
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