Share via


Border.CrossPlatformMeasure(Double, Double) Method

Definition

Measures the border and its content with the given constraints.

public:
 virtual 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
override this.CrossPlatformMeasure : double * double -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformMeasure (widthConstraint As Double, heightConstraint As Double) As Size

Parameters

widthConstraint
Double

The available width.

heightConstraint
Double

The available height.

Returns

The desired size of the border.

Implements

Applies to