WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core 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
    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