: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). Properties ---------- +-----------------------+-----------------------+--------------+ | :ref:`int` | size_flags_horizontal | **O:** ``0`` | +-----------------------+-----------------------+--------------+ | :ref:`int` | size_flags_vertical | **O:** ``1`` | +-----------------------+-----------------------+--------------+ Theme Properties ---------------- +-----------------------------------+-------------------+ | :ref:`Texture2D` | grabber | +-----------------------------------+-------------------+ | :ref:`StyleBox` | grabber_area | +-----------------------------------+-------------------+ | :ref:`Texture2D` | grabber_disabled | +-----------------------------------+-------------------+ | :ref:`Texture2D` | grabber_highlight | +-----------------------------------+-------------------+ | :ref:`StyleBox` | slider | +-----------------------------------+-------------------+ | :ref:`Texture2D` | tick | +-----------------------------------+-------------------+