Layoutable.

ArrangeCore(Rect) Method

Summary

The default implementation of the control's arrange pass.
Namespace
Avalonia.Layout
Containing Type
Layoutable

Syntax

protected virtual void ArrangeCore(Rect finalRect)

Remarks

This method calls ArrangeOverride(Size) which is probably the method you want to override in order to modify a control's arrangement.

Parameters

Name Type Description
finalRect Rect The control's new bounds.

Return Value

Type Description
void