Layoutable.

Measure(Size) Method

Summary

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

Syntax

public void Measure(Size availableSize)

Parameters

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

Return Value

Type Description
void