LayoutableArrangeCore Method

The default implementation of the control's arrange pass.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void ArrangeCore(
	Rect finalRect
)

Parameters

finalRect  Rect
The control's new bounds.

Remarks

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

See Also