class_vseparator.rst 1019 B

12345678910111213141516171819202122232425262728293031323334
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the VSeparator.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VSeparator:
  6. VSeparator
  7. ==========
  8. **Inherits:** :ref:`Separator<class_Separator>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Vertical version of :ref:`Separator<class_Separator>`.
  13. Theme Properties
  14. ----------------
  15. +---------------------------------+------------+
  16. | :ref:`int<class_int>` | separation |
  17. +---------------------------------+------------+
  18. | :ref:`StyleBox<class_StyleBox>` | separator |
  19. +---------------------------------+------------+
  20. Description
  21. -----------
  22. Vertical version of :ref:`Separator<class_Separator>`. It is used to separate objects horizontally, though (but it looks vertical!).