:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the VSlider.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_VSlider: VSlider ======= **Inherits:** :ref:`Slider` **<** :ref:`Range` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` Vertical slider. Description ----------- Vertical slider. See :ref:`Slider`. This one goes from bottom (min) to top (max). **Note:** The :ref:`Range.changed` and :ref:`Range.value_changed` signals are part of the :ref:`Range` class which this class inherits from. Properties ---------- +-----------------------+-----------------------+---------------------------+ | :ref:`int` | size_flags_horizontal | ``0`` *(parent override)* | +-----------------------+-----------------------+---------------------------+ | :ref:`int` | size_flags_vertical | ``1`` *(parent override)* | +-----------------------+-----------------------+---------------------------+ Theme Properties ---------------- +---------------------------------+------------------------+ | :ref:`Texture` | grabber | +---------------------------------+------------------------+ | :ref:`StyleBox` | grabber_area | +---------------------------------+------------------------+ | :ref:`StyleBox` | grabber_area_highlight | +---------------------------------+------------------------+ | :ref:`Texture` | grabber_disabled | +---------------------------------+------------------------+ | :ref:`Texture` | grabber_highlight | +---------------------------------+------------------------+ | :ref:`StyleBox` | slider | +---------------------------------+------------------------+ | :ref:`Texture` | tick | +---------------------------------+------------------------+ .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`