Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AppointmentWrapPanel Class / MeasureOverride Method
An upper limit Windows.Foundation.Size that should not be exceeded.

In This Topic
    MeasureOverride Method
    In This Topic
    Measures the child elements of a AppointmentWrapPanel in anticipation of arranging them during the ArrangeOverride pass.
    Syntax
    'Declaration
     
    
    Protected Overrides Function MeasureOverride( _
       ByVal constraint As Size _
    ) As Size
    protected override Size MeasureOverride( 
       Size constraint
    )

    Parameters

    constraint
    An upper limit Windows.Foundation.Size that should not be exceeded.

    Return Value

    The Windows.Foundation.Size that represents the desired size of the element.
    See Also