Page.LayoutChildren(Double, Double, Double, Double) Method

Definition

Lays out children Elements into the specified area.

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

Parameters

x
Double

Left-hand side of layout area.

y
Double

Top of layout area.

width
Double

Width of layout area.

height
Double

Height of layout area.

Applies to