ScreenOverlayUnit ================= .. py:class:: ansys.stk.core.graphics.ScreenOverlayUnit IntEnum .. py:currentmodule:: ScreenOverlayUnit Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~PIXEL` - The value is specified in pixels. * - :py:attr:`~PERCENT` - The value is specified as a fraction of the overlay's parent, where 0.0 is 0% and 1.0 is 100%. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import ScreenOverlayUnit