mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
37 lines
1.0 KiB
ReStructuredText
37 lines
1.0 KiB
ReStructuredText
.. 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.
|
|
|