GetPreviousMeasureConstraint Method
Gets the available size constraint passed in the previous layout pass.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Size? GetPreviousMeasureConstraint(
Layoutable control
)
Public Shared Function GetPreviousMeasureConstraint (
control As Layoutable
) As Size?
static member GetPreviousMeasureConstraint :
control : Layoutable -> Nullable<Size>
Parameters
- Layoutable
- The control.
Return Value
Nullable(Size)
Previous control measure constraint, if any.