WindowArrangeStyle ================== .. py:class:: ansys.stk.core.uicore.WindowArrangeStyle IntEnum .. py:currentmodule:: WindowArrangeStyle Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~CASCADE` - Child windows are cascaded within the main window. * - :py:attr:`~TILED_HORIZONTAL` - Child windows are tiled horizontally within the main window. * - :py:attr:`~TILED_VERTICAL` - Child windows are tiled vertically within the main window. Import detail ------------- .. code-block:: python from ansys.stk.core.uicore import WindowArrangeStyle