WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1LayoutTransformer Class / ArrangeOverride Method
The final area within the parent that this element should use to arrange itself and its children.
In This Topic
    ArrangeOverride Method (C1LayoutTransformer)
    In This Topic
    Provides the behavior for the "Arrange" pass of layout.
    Syntax
    protected override Size ArrangeOverride( 
       Size finalSize
    )

    Parameters

    finalSize
    The final area within the parent that this element should use to arrange itself and its children.

    Return Value

    The actual size used.
    See Also