LayoutInformationGetPreviousMeasureConstraint Method

Gets the available size constraint passed in the previous layout pass.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Size? GetPreviousMeasureConstraint(
	Layoutable control
)

Parameters

control  Layoutable
The control.

Return Value

NullableSize
Previous control measure constraint, if any.

See Also