ILayoutable.

Measure(Size) Method

Summary

Carries out a measure of the control.
Namespace
Avalonia.Layout
Containing Type
ILayoutable

Syntax

void Measure(Size availableSize)

Parameters

Name Type Description
availableSize Size The available size for the control.

Return Value

Type Description
void