.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the MarginContainer.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_MarginContainer: MarginContainer =============== **Inherits:** :ref:`Container` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Simple margin container. Theme Properties ---------------- +-----------------------+---------------+ | :ref:`int` | margin_bottom | +-----------------------+---------------+ | :ref:`int` | margin_left | +-----------------------+---------------+ | :ref:`int` | margin_right | +-----------------------+---------------+ | :ref:`int` | margin_top | +-----------------------+---------------+ Description ----------- Simple margin container. Adds a left margin to anything contained.