Udostępnij za pośrednictwem


Layout.LayoutChildren(Double, Double, Double, Double) Metoda

Definicja

Przestroga

Use ArrangeOverride

Pozycje i rozmiary elementów podrzędnych układu.

protected:
 abstract void LayoutChildren(double x, double y, double width, double height);
protected abstract void LayoutChildren (double x, double y, double width, double height);
[System.Obsolete("Use ArrangeOverride")]
protected abstract void LayoutChildren (double x, double y, double width, double height);
abstract member LayoutChildren : double * double * double * double -> unit
[<System.Obsolete("Use ArrangeOverride")>]
abstract member LayoutChildren : double * double * double * double -> unit
Protected MustOverride Sub LayoutChildren (x As Double, y As Double, width As Double, height As Double)

Parametry

x
Double

Wartość reprezentująca współrzędną x pola ograniczenia regionu podrzędnego.

y
Double

Wartość reprezentująca współrzędną y pola ograniczenia regionu podrzędnego.

width
Double

Wartość reprezentująca szerokość pola ograniczenia regionu podrzędnego.

height
Double

Wartość reprezentująca wysokość pola ograniczenia regionu podrzędnego.

Atrybuty

Uwagi

Implementatory, które chcą zmienić domyślne zachowanie układu, powinny zastąpić tę metodę. Zaleca się, aby nadal wywoływać metodę podstawową i modyfikować jej obliczone wyniki.

Dotyczy