
##########################
HoopsDrawmodeButtonElement
##########################

.. js:class:: wvc.HoopsDrawmodeButtonElement

   Displays the toolbar dropdown for selecting draw modes.
   
   .. rubric:: Examples
   
   
   .. code-block:: html
   
      <hoops-toolbar-drawmode dropDownPosition="right"></hoops-toolbar-drawmode>
   
   .. rubric:: Custom Element
   
   
   ``hoops-toolbar-drawmode``
   
   .. rubric:: Attributes
   
   
   **dropDownPosition**
   
   
      Dropdown placement relative to the button
   
   
   .. rubric:: Services
   
   
   **ContextManager**
   
   
      Context manager used to set draw mode
   
   
   .. rubric:: Since
   
   
   ``2025.7.0``
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.HoopsDrawmodeButtonElement.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.HoopsDrawmodeButtonElement.dropDownPosition`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wvc.HoopsDrawmodeButtonElement.constructor

      .. rst-class:: sig-pretty-signature
      
         | HoopsDrawmodeButtonElement(): :js:class:`HoopsDrawmodeButtonElement <wvc.HoopsDrawmodeButtonElement>`
      
      **Returns**\ : :js:class:`HoopsDrawmodeButtonElement <wvc.HoopsDrawmodeButtonElement>`
      



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wvc.HoopsDrawmodeButtonElement.dropDownPosition

      .. rst-class:: sig-pretty-signature
      
         | dropDownPosition: (*"top"* | *"left"* | *"right"* | *"bottom"*\ )
      
      Represents the position where the dropdown is located relative to the button. Possible values are "bottom", "top", "right", or "left". Default value is "right".
      




