| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .. include:: ../_header.rst
- Align To Border layout tools
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Like the `Align tools <layout-tools-align.html>`_, the Align To Border tools place the objects in a line, but this line is one of the borders or the scene.
- The borders of the scene are set in the `Scene's properties <border-properties.html>`_.
- Starting with this configuration:
- .. image:: ../images/scene-editor-layout-tools-align-border-start-07092021.webp
- :alt: Start configuration.
- The border alignment lines are:
- **Left**
- .. image:: ../images/scene-editor-layout-tools-align-border-left-07092021.webp
- :alt: Align to left border.
- **Center**
- .. image:: ../images/scene-editor-layout-tools-align-border-center-07092021.webp
- :alt: Align to center border.
- **Right**
- .. image:: ../images/scene-editor-layout-tools-align-border-right-07092021.webp
- :alt: Align to right border.
- **Top**
- .. image:: ../images/scene-editor-layout-tools-align-border-top-07092021.webp
- :alt: Align to top border.
- **Middle**
- .. image:: ../images/scene-editor-layout-tools-align-border-middle-07092021.webp
- :alt: Align to middle border.
- **Bottom**
- .. image:: ../images/scene-editor-layout-tools-align-border-bottom-07092021.webp
- :alt: Align to bottom border.
|