: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` **Category:** Core Brief Description ----------------- Vertical slider. Theme Properties ---------------- +---------------------------------+-------------------+ | :ref:`StyleBox` | focus | +---------------------------------+-------------------+ | :ref:`Texture` | grabber | +---------------------------------+-------------------+ | :ref:`StyleBox` | grabber_area | +---------------------------------+-------------------+ | :ref:`Texture` | grabber_disabled | +---------------------------------+-------------------+ | :ref:`StyleBox` | grabber_disabled | +---------------------------------+-------------------+ | :ref:`Texture` | grabber_highlight | +---------------------------------+-------------------+ | :ref:`StyleBox` | grabber_highlight | +---------------------------------+-------------------+ | :ref:`StyleBox` | slider | +---------------------------------+-------------------+ | :ref:`Texture` | tick | +---------------------------------+-------------------+ Description ----------- Vertical slider. See :ref:`Slider`. This one goes from bottom (min) to top (max).