123456789101112131415161718192021222324252627282930313233343536 |
- .. 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/<name>/doc_classes.
- .. _class_MarginContainer:
- MarginContainer
- ===============
- **Inherits:** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- **Category:** Core
- Brief Description
- -----------------
- Simple margin container.
- Theme Properties
- ----------------
- +-----------------------+---------------+
- | :ref:`int<class_int>` | margin_bottom |
- +-----------------------+---------------+
- | :ref:`int<class_int>` | margin_left |
- +-----------------------+---------------+
- | :ref:`int<class_int>` | margin_right |
- +-----------------------+---------------+
- | :ref:`int<class_int>` | margin_top |
- +-----------------------+---------------+
- Description
- -----------
- Simple margin container. Adds a left margin to anything contained.
|