LayoutInformation Class

Provides access to layout information of a control.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class LayoutInformation
Inheritance
Object    LayoutInformation

Methods

GetPreviousArrangeBounds(Layoutable) Gets the control bounds used in the previous layout arrange pass.
GetPreviousMeasureConstraint(Layoutable) Gets the available size constraint passed in the previous layout pass.

See Also