:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.5/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.5/doc/classes/VSlider.xml. .. _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`` (overrides :ref:`Control`) | +-----------------------+-----------------------+--------------------------------------------------------------------------------+ | :ref:`int` | size_flags_vertical | ``1`` (overrides :ref:`Control`) | +-----------------------+-----------------------+--------------------------------------------------------------------------------+ Theme Properties ---------------- +---------------------------------+---------------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`grabber` | +---------------------------------+---------------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`grabber_disabled` | +---------------------------------+---------------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`grabber_highlight` | +---------------------------------+---------------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`tick` | +---------------------------------+---------------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`grabber_area` | +---------------------------------+---------------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`grabber_area_highlight` | +---------------------------------+---------------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`slider` | +---------------------------------+---------------------------------------------------------------------------------+ Theme Property Descriptions --------------------------- .. _class_VSlider_theme_icon_grabber: - :ref:`Texture` **grabber** The texture for the grabber (the draggable element). ---- .. _class_VSlider_theme_icon_grabber_disabled: - :ref:`Texture` **grabber_disabled** The texture for the grabber when it's disabled. ---- .. _class_VSlider_theme_icon_grabber_highlight: - :ref:`Texture` **grabber_highlight** The texture for the grabber when it's focused. ---- .. _class_VSlider_theme_icon_tick: - :ref:`Texture` **tick** The texture for the ticks, visible when :ref:`Slider.tick_count` is greater than 0. ---- .. _class_VSlider_theme_style_grabber_area: - :ref:`StyleBox` **grabber_area** The background of the area below the grabber. ---- .. _class_VSlider_theme_style_grabber_area_highlight: - :ref:`StyleBox` **grabber_area_highlight** ---- .. _class_VSlider_theme_style_slider: - :ref:`StyleBox` **slider** The background for the whole slider. Determines the width of the ``grabber_area``. .. |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.)`