Udostępnij za pośrednictwem


IView.Measure(Double, Double) Metoda

Definicja

Aktualizacje rozmiar widoku.

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

Parametry

widthConstraint
Double

Szerokość elementu nadrzędnego może przydzielić element podrzędny.

heightConstraint
Double

Wysokość, którą element nadrzędny może przydzielić element podrzędny.

Zwraca

Zwróć żądany rozmiar dla tego elementu.

Dotyczy