LayoutTransformControl.

ArrangeOverride(Size) Method

Summary

Provides the behavior for the "Arrange" pass of layout.
Namespace
Avalonia.Controls
Containing Type
LayoutTransformControl

Syntax

protected override Size ArrangeOverride(Size finalSize)

Parameters

Name Type Description
finalSize Size The final area within the parent that this element should use to arrange itself and its children.

Return Value

Type Description
Size The actual size used.