MarginContainer
Inherits: Container < Control < CanvasItem < Node < Object
Inherited By: EditorDock
A container that keeps a margin around its child controls.
Description
MarginContainer adds an adjustable margin on each side of its child controls. The margins are added around all children, not around each individual one. To control the MarginContainer’s margins, use the margin_* theme properties listed below.
Note: The margin sizes are theme overrides, not normal properties. This is an example of how to change them in code:
Tutorials
Using Containers
Theme Properties
|
||
|
||
|
||
|
Theme Property Descriptions
Offsets towards the inside direct children of the container by this amount of pixels from the bottom.
Offsets towards the inside direct children of the container by this amount of pixels from the left.
Offsets towards the inside direct children of the container by this amount of pixels from the right.
Offsets towards the inside direct children of the container by this amount of pixels from the top.