ICrossPlatformLayout.CrossPlatformMeasure(Double, Double) Method

Definition

Measures the desired size of the ICrossPlatformLayout within the given constraints.

public:
 Microsoft::Maui::Graphics::Size CrossPlatformMeasure(double widthConstraint, double heightConstraint);
public Microsoft.Maui.Graphics.Size CrossPlatformMeasure (double widthConstraint, double heightConstraint);
abstract member CrossPlatformMeasure : double * double -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformMeasure (widthConstraint As Double, heightConstraint As Double) As Size

Parameters

widthConstraint
Double

The width limit for measuring the ICrossPlatformLayout.

heightConstraint
Double

The height limit for measuring the ICrossPlatformLayout.

Returns

The desired size of the ILayout.

Applies to