Sdílet prostřednictvím


VisualElement.IView.Measure(Double, Double) Metoda

Definice

Aktualizace velikost zobrazení.

 virtual Microsoft::Maui::Graphics::Size Microsoft.Maui.IView.Measure(double widthConstraint, double heightConstraint) = Microsoft::Maui::IView::Measure;
Microsoft.Maui.Graphics.Size IView.Measure (double widthConstraint, double heightConstraint);
abstract member Microsoft.Maui.IView.Measure : double * double -> Microsoft.Maui.Graphics.Size
override this.Microsoft.Maui.IView.Measure : double * double -> Microsoft.Maui.Graphics.Size
Function Measure (widthConstraint As Double, heightConstraint As Double) As Size Implements IView.Measure

Parametry

widthConstraint
Double

Šířka, kterou nadřazený prvek může přidělit podřízený prvek.

heightConstraint
Double

Výška, kterou nadřazený prvek může přidělit podřízený prvek.

Návraty

Vrátí požadovanou velikost pro tento prvek.

Implementuje

Platí pro