[]
        
(Showing Draft Content)

C1.WPF.Schedule.PilePanel.MeasureOverride

MeasureOverride Method

MeasureOverride(Size)

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

Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type Name Description
Size constraint

An upper limit Size that should not be exceeded.

Returns
Type Description
Size

The Size that represents the desired size of the element.

Overrides