Condividi tramite


IView.Measure(Double, Double) Metodo

Definizione

Aggiornamenti le dimensioni di una visualizzazione.

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

Parametri

widthConstraint
Double

Larghezza che un elemento padre può allocare un elemento figlio.

heightConstraint
Double

Altezza in cui un elemento padre può allocare un elemento figlio.

Restituisce

Restituisce la dimensione desiderata per questo elemento.

Si applica a