WindowDockStyle =============== .. py:class:: ansys.stk.core.uicore.WindowDockStyle IntEnum .. py:currentmodule:: WindowDockStyle Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~INTEGRATED` - Child window is integrated into the main window. * - :py:attr:`~DOCKED_LEFT` - Child window is docked to the left side of the within the main window. * - :py:attr:`~DOCKED_RIGHT` - Child window is docked to the right side of the main window. * - :py:attr:`~DOCKED_TOP` - Child window is docked to the top of the main window. * - :py:attr:`~DOCKED_BOTTOM` - Child window is docked to the bottom of the main window. * - :py:attr:`~FLOATING` - Child window is not docked or integrated. Import detail ------------- .. code-block:: python from ansys.stk.core.uicore import WindowDockStyle