
#################################
A3DEMDTextPropertiesJustification
#################################

.. c:enum:: A3DEMDTextPropertiesJustification

   Enumerator that justifies the text. 
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DMDTextPropertiesJustificationLeft`
   * :c:enumerator:`~kA3DMDTextPropertiesJustificationCenter`
   * :c:enumerator:`~kA3DMDTextPropertiesJustificationRight`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DMDTextPropertiesJustificationLeft

      .. rst-class:: sig-pretty-signature
      
         | **kA3DMDTextPropertiesJustificationLeft** = ``0``
      
      Justifies the text on the left side. 
      



.. c:enumerator:: kA3DMDTextPropertiesJustificationCenter

      .. rst-class:: sig-pretty-signature
      
         | **kA3DMDTextPropertiesJustificationCenter** = ``1``
      
      Centers the text. 
      



.. c:enumerator:: kA3DMDTextPropertiesJustificationRight

      .. rst-class:: sig-pretty-signature
      
         | **kA3DMDTextPropertiesJustificationRight** = ``2``
      
      Justifies the text on the right side. 
      




