Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewItem Class / MeasureOverride Method
The maximum size that the method can return.

In This Topic
    MeasureOverride Method (C1TreeViewItem)
    In This Topic
    Called to re-measure a control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function MeasureOverride( _
       ByVal constraint As Size _
    ) As Size
    protected override Size MeasureOverride( 
       Size constraint
    )

    Parameters

    constraint
    The maximum size that the method can return.

    Return Value

    The size of the control, up to the maximum specified by constraint.
    See Also