WindowDockStyle#

class ansys.stk.core.uicore.WindowDockStyle#

IntEnum

Overview#

INTEGRATED

Child window is integrated into the main window.

DOCKED_LEFT

Child window is docked to the left side of the within the main window.

DOCKED_RIGHT

Child window is docked to the right side of the main window.

DOCKED_TOP

Child window is docked to the top of the main window.

DOCKED_BOTTOM

Child window is docked to the bottom of the main window.

FLOATING

Child window is not docked or integrated.

Import detail#

from ansys.stk.core.uicore import WindowDockStyle