Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1LayoutTransformer Class / MeasureOverride Method
The available size that this element can give to child elements.

In This Topic
    MeasureOverride Method (C1LayoutTransformer)
    In This Topic
    Provides the behavior for the "Measure" pass of layout.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function MeasureOverride( _
       ByVal availableSize As Size _
    ) As Size
    protected override Size MeasureOverride( 
       Size availableSize
    )

    Parameters

    availableSize
    The available size that this element can give to child elements.

    Return Value

    The size that this element determines it needs during layout, based on its calculations of child element sizes.
    See Also