LayoutTransformControlArrangeOverride Method

Provides the behavior for the "Arrange" pass of layout.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected override Size ArrangeOverride(
	Size finalSize
)

Parameters

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

Return Value

Size
The actual size used.

See Also