LayoutHelper.

ArrangeChild(ILayoutable, Size, Thickness, Thickness) Method

Namespace
Avalonia.Layout
Containing Type
LayoutHelper

Syntax

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

Parameters

Name Type Description
child ILayoutable
availableSize Size
padding Thickness
borderThickness Thickness

Return Value

Type Description
Size