.. vale off :class:`ThemeName` ================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.UI.Enums.ThemeName Bases: :py:obj:`enum.Enum` Represents the different themes that can be set in Mechanical. .. !! processed by numpydoc !! .. py:currentmodule:: ThemeName Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Light` - * - :py:attr:`~Dark` - * - :py:attr:`~Classic` - Attribute detail ---------------- .. py:attribute:: Light :value: 0 .. py:attribute:: Dark :value: 1 .. py:attribute:: Classic :value: 2 .. vale on