Sdílet prostřednictvím


Page.LayoutChildren(Double, Double, Double, Double) Metoda

Definice

Upozornění

Use ArrangeOverride instead

Vyloží podřízené prvky, když je rozložení neplatné.

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

Parametry

x
Double

Souřadnice X levého horního rohu ohraničujícího obdélníku

y
Double

Souřadnice Y levého horního rohu ohraničujícího obdélníku

width
Double

Šířka ohraničujícího obdélníku

height
Double

Výška ohraničujícího obdélníku

Atributy

Platí pro