GetPreviousArrangeBounds Method
Gets the control bounds used in the previous layout arrange pass.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Rect? GetPreviousArrangeBounds(
Layoutable control
)
Public Shared Function GetPreviousArrangeBounds (
control As Layoutable
) As Rect?
static member GetPreviousArrangeBounds :
control : Layoutable -> Nullable<Rect>
Parameters
- Layoutable
- The control.
Return Value
Nullable(Rect)
Previous control arrange bounds, if any.