Page.LayoutChildren(Double, Double, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Double
Left-hand side of layout area.
- y
- System.Double
Top of layout area.
- width
- System.Double
Width of layout area.
- height
- System.Double
Height of layout area.