LayoutHelper.

ArrangeChild(ILayoutable, Size, Thickness) Method

Namespace
Avalonia.Layout
Containing Type
LayoutHelper

Syntax

public static Size ArrangeChild(ILayoutable child, Size availableSize, Thickness padding)

Parameters

Name Type Description
child ILayoutable
availableSize Size
padding Thickness

Return Value

Type Description
Size