LayoutInformation Class
Provides access to layout information of a control.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class LayoutInformation
Public NotInheritable Class LayoutInformation
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LayoutInformation = class end
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. |