LayoutInformationGetPreviousMeasureConstraint Method
Gets the available size constraint passed in the previous layout pass.
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Size? GetPreviousMeasureConstraint(
Layoutable control
)
Public Shared Function GetPreviousMeasureConstraint (
control As Layoutable
) As Size?
static member GetPreviousMeasureConstraint :
control : Layoutable -> Nullable<Size>
- control Layoutable
- The control.
NullableSizePrevious control measure constraint, if any.