FillStyle ========= .. py:class:: ansys.stk.core.stkutil.FillStyle IntEnum .. py:currentmodule:: FillStyle Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~SOLID` - Specify a solid fill style. * - :py:attr:`~HORIZONTAL_STRIPE` - Specify a horizontally striped fill style. * - :py:attr:`~DIAGONAL_STRIPE1` - Specify a diagonally striped fill style. * - :py:attr:`~DIAGONAL_STRIPE2` - Specify a diagonally striped fill style. * - :py:attr:`~HATCH` - Specify a hatched fill style. * - :py:attr:`~DIAGONAL_HATCH` - Specify a diagonally hatched fill style. * - :py:attr:`~SCREEN` - Specify a special fill style where every other pixel is drawn. * - :py:attr:`~VERTICAL_STRIPE` - Specify a vertically striped fill style. Import detail ------------- .. code-block:: python from ansys.stk.core.stkutil import FillStyle