Layout

Layout is one these types:

Layout
BootstrapFieldLayout
ColumnLayout
CustomLayout
FieldLayout
FlowLayout
HorizontalBoxLayout
ListLayout
VerticalBoxLayout

The Layout interface provides the base class for all layouts. A layout is applied to a container control and defines how its child controls are positioned within the container.

Further documentation.