Click or drag to resize

PixelLayoutContents Property

Gets a collection of controls that are contained by this layout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public List<Control> Contents { get; }

Property Value

Type: ListControl
The contents of the container.
Remarks
When adding children using this, you can position them using the SetLocation(Control, Point) static method.
See Also