[]
        
(Showing Draft Content)

C1.WinUI.Core.C1LayoutTransformer.MeasureOverride

MeasureOverride Method

MeasureOverride(Size)

Provides the behavior for the "Measure" pass of layout.

Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type Name Description
Size availableSize

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

Returns
Type Description
Size

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