LayoutHelper.

MeasureChild(ILayoutable, Size, Thickness, Thickness) Method

Namespace
Avalonia.Layout
Containing Type
LayoutHelper

Syntax

public static Size MeasureChild(ILayoutable control, Size availableSize, Thickness padding, Thickness borderThickness)

Parameters

Name Type Description
control ILayoutable
availableSize Size
padding Thickness
borderThickness Thickness

Return Value

Type Description
Size