[]
        
(Showing Draft Content)

C1.WPF.Schedule.AppointmentWrapPanel.MeasureOverride

MeasureOverride Method

MeasureOverride(Size)

Measures the child elements of a AppointmentWrapPanel 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 System.Windows.Size that should not be exceeded.

Returns
Type Description
Size

The System.Windows.Size that represents the desired size of the element.

Overrides