.. _AnchorPosition: ================================================ AnchorPosition ================================================ Description ----------- The point around which to transform the object. Static Properties ^^^^^^^^^^^^^^^^^ +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`BOTTOMCENTER` readonly | The middle point of the bottom of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`BOTTOMLEFT` readonly | The bottom left corner of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`BOTTOMRIGHT` readonly | The bottom right corner of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`MIDDLECENTER` readonly | The center of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`MIDDLELEFT` readonly | The middle point on the left side of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`MIDDLERIGHT` readonly | The middle point on the right side of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`TOPCENTER` readonly | The middle point on the top of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`TOPLEFT` readonly | The top left corner of the object. | +-----------------------------------------------------------+---------------------------------------------------+ | :ref:`TOPRIGHT` readonly | The top right corner of the object. | +-----------------------------------------------------------+---------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 AnchorPosition/TOPLEFT.rst AnchorPosition/TOPCENTER.rst AnchorPosition/TOPRIGHT.rst AnchorPosition/MIDDLELEFT.rst AnchorPosition/MIDDLECENTER.rst AnchorPosition/MIDDLERIGHT.rst AnchorPosition/BOTTOMLEFT.rst AnchorPosition/BOTTOMCENTER.rst AnchorPosition/BOTTOMRIGHT.rst