LayoutInformationGetPreviousArrangeBounds Method

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

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Rect? GetPreviousArrangeBounds(
	Layoutable control
)

Parameters

control  Layoutable
The control.

Return Value

NullableRect
Previous control arrange bounds, if any.

See Also