Skip to main content

ArrangeOverride Method

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

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected override Size ArrangeOverride(
Size finalSize
)

Parameters

  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

Reference

LayoutTransformControl Class
Avalonia.Controls Namespace