ProgressImageYOrigin ==================== .. py:class:: ansys.stk.core.stkx.ProgressImageYOrigin IntEnum .. py:currentmodule:: ProgressImageYOrigin Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~TOP` - Align progress Image from Y top. * - :py:attr:`~BOTTOM` - Align progress Image from Y bottom. * - :py:attr:`~CENTER` - Align progress Image from Y center. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import ProgressImageYOrigin