TabbedPage.LayoutChildren(Double, Double, 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 ArrangeOverride instead
protected:
override void LayoutChildren(double x, double y, double width, double height);
protected override void LayoutChildren (double x, double y, double width, double height);
[System.Obsolete("Use ArrangeOverride instead")]
protected override void LayoutChildren (double x, double y, double width, double height);
override this.LayoutChildren : double * double * double * double -> unit
[<System.Obsolete("Use ArrangeOverride instead")>]
override this.LayoutChildren : double * double * double * double -> unit
Protected Overrides Sub LayoutChildren (x As Double, y As Double, width As Double, height As Double)
Parametry
- x
- Double
- y
- Double
- width
- Double
- height
- Double
- 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.