LayoutableArrangeCore Method
The default implementation of the control's arrange pass.
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void ArrangeCore(
Rect finalRect
)
Protected Overridable Sub ArrangeCore (
finalRect As Rect
)
abstract ArrangeCore :
finalRect : Rect -> unit
override ArrangeCore :
finalRect : Rect -> unit
Parameters
- finalRect Rect
- The control's new bounds.
This method calls
ArrangeOverride(Size) which is probably the method you
want to override in order to modify a control's arrangement.