TemplatedView.OnMeasure(Double, Double) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Use MeasureOverride instead
protected:
override Microsoft::Maui::SizeRequest OnMeasure(double widthConstraint, double heightConstraint);
protected override Microsoft.Maui.SizeRequest OnMeasure (double widthConstraint, double heightConstraint);
[System.Obsolete("Use MeasureOverride instead")]
protected override Microsoft.Maui.SizeRequest OnMeasure (double widthConstraint, double heightConstraint);
override this.OnMeasure : double * double -> Microsoft.Maui.SizeRequest
[<System.Obsolete("Use MeasureOverride instead")>]
override this.OnMeasure : double * double -> Microsoft.Maui.SizeRequest
Protected Overrides Function OnMeasure (widthConstraint As Double, heightConstraint As Double) As SizeRequest
Parametry
- widthConstraint
- Double
- heightConstraint
- Double
Zwraca
- Atrybuty
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.