LayoutInformationGetPreviousArrangeBounds Method
Gets the control bounds used in the previous layout arrange pass.
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Rect? GetPreviousArrangeBounds(
Layoutable control
)
Public Shared Function GetPreviousArrangeBounds (
control As Layoutable
) As Rect?
static member GetPreviousArrangeBounds :
control : Layoutable -> Nullable<Rect>
- control Layoutable
- The control.
NullableRectPrevious control arrange bounds, if any.