ArrangeCore Method
The default implementation of the control's arrange pass.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected virtual void ArrangeCore(
Rect finalRect
)
Protected Overridable Sub ArrangeCore (
finalRect As Rect
)
abstract ArrangeCore :
finalRect : Rect -> unit
override ArrangeCore :
finalRect : Rect -> unit
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.