Skip to main content

GetPreviousArrangeBounds Method

Gets the control bounds used in the previous layout arrange pass.

Definition

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

public static Rect? GetPreviousArrangeBounds(
Layoutable control
)

Parameters

  Layoutable
The control.

Return Value

Nullable(Rect)
Previous control arrange bounds, if any.

See Also

Reference

LayoutInformation Class
Avalonia.Layout Namespace