Share via


Layout.CrossPlatformMeasure(Double, Double) Method

Definition

Caution

Use MeasureOverride.

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

public:
 virtual Microsoft::Maui::Graphics::Size CrossPlatformMeasure(double widthConstraint, double heightConstraint);
[System.Obsolete("Use MeasureOverride.")]
public Microsoft.Maui.Graphics.Size CrossPlatformMeasure(double widthConstraint, double heightConstraint);
public Microsoft.Maui.Graphics.Size CrossPlatformMeasure(double widthConstraint, double heightConstraint);
[<System.Obsolete("Use MeasureOverride.")>]
abstract member CrossPlatformMeasure : double * double -> Microsoft.Maui.Graphics.Size
override this.CrossPlatformMeasure : double * double -> Microsoft.Maui.Graphics.Size
abstract member CrossPlatformMeasure : double * double -> Microsoft.Maui.Graphics.Size
override this.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.

Attributes

Applies to