Skip to main content

ArrangeCore Method

The default implementation of the control's arrange pass.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)

protected virtual void ArrangeCore(
Rect finalRect
)

Parameters

  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

Reference

Layoutable Class
Avalonia.Layout Namespace