Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / PilePanel Class / MeasureOverride Method
An upper limit System.Windows.Size that should not be exceeded.

In This Topic
    MeasureOverride Method (PilePanel)
    In This Topic
    Measures the child elements of a PilePanel in anticipation of arranging them during the PilePanel.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 System.Windows.Size that should not be exceeded.

    Return Value

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