123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- :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/<name>/doc_classes.
- .. _class_VSlider:
- VSlider
- =======
- **Inherits:** :ref:`Slider<class_Slider>` **<** :ref:`Range<class_Range>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- **Category:** Core
- Brief Description
- -----------------
- Vertical slider.
- Theme Properties
- ----------------
- +---------------------------------+-------------------+
- | :ref:`StyleBox<class_StyleBox>` | focus |
- +---------------------------------+-------------------+
- | :ref:`Texture<class_Texture>` | grabber |
- +---------------------------------+-------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber_area |
- +---------------------------------+-------------------+
- | :ref:`Texture<class_Texture>` | grabber_disabled |
- +---------------------------------+-------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber_disabled |
- +---------------------------------+-------------------+
- | :ref:`Texture<class_Texture>` | grabber_highlight |
- +---------------------------------+-------------------+
- | :ref:`StyleBox<class_StyleBox>` | grabber_highlight |
- +---------------------------------+-------------------+
- | :ref:`StyleBox<class_StyleBox>` | slider |
- +---------------------------------+-------------------+
- | :ref:`Texture<class_Texture>` | tick |
- +---------------------------------+-------------------+
- Description
- -----------
- Vertical slider. See :ref:`Slider<class_Slider>`. This one goes from bottom (min) to top (max).
|