class_styleboxline.rst 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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 StyleBoxLine.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_StyleBoxLine:
  6. StyleBoxLine
  7. ============
  8. **Inherits:** :ref:`StyleBox<class_StyleBox>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +---------------------------+-----------------------------------------------------------+
  15. | :ref:`Color<class_Color>` | :ref:`color<class_StyleBoxLine_property_color>` |
  16. +---------------------------+-----------------------------------------------------------+
  17. | :ref:`float<class_float>` | :ref:`grow_begin<class_StyleBoxLine_property_grow_begin>` |
  18. +---------------------------+-----------------------------------------------------------+
  19. | :ref:`float<class_float>` | :ref:`grow_end<class_StyleBoxLine_property_grow_end>` |
  20. +---------------------------+-----------------------------------------------------------+
  21. | :ref:`int<class_int>` | :ref:`thickness<class_StyleBoxLine_property_thickness>` |
  22. +---------------------------+-----------------------------------------------------------+
  23. | :ref:`bool<class_bool>` | :ref:`vertical<class_StyleBoxLine_property_vertical>` |
  24. +---------------------------+-----------------------------------------------------------+
  25. Property Descriptions
  26. ---------------------
  27. .. _class_StyleBoxLine_property_color:
  28. - :ref:`Color<class_Color>` **color**
  29. +----------+------------------+
  30. | *Setter* | set_color(value) |
  31. +----------+------------------+
  32. | *Getter* | get_color() |
  33. +----------+------------------+
  34. ----
  35. .. _class_StyleBoxLine_property_grow_begin:
  36. - :ref:`float<class_float>` **grow_begin**
  37. +----------+-----------------------+
  38. | *Setter* | set_grow_begin(value) |
  39. +----------+-----------------------+
  40. | *Getter* | get_grow_begin() |
  41. +----------+-----------------------+
  42. ----
  43. .. _class_StyleBoxLine_property_grow_end:
  44. - :ref:`float<class_float>` **grow_end**
  45. +----------+---------------------+
  46. | *Setter* | set_grow_end(value) |
  47. +----------+---------------------+
  48. | *Getter* | get_grow_end() |
  49. +----------+---------------------+
  50. ----
  51. .. _class_StyleBoxLine_property_thickness:
  52. - :ref:`int<class_int>` **thickness**
  53. +----------+----------------------+
  54. | *Setter* | set_thickness(value) |
  55. +----------+----------------------+
  56. | *Getter* | get_thickness() |
  57. +----------+----------------------+
  58. ----
  59. .. _class_StyleBoxLine_property_vertical:
  60. - :ref:`bool<class_bool>` **vertical**
  61. +----------+---------------------+
  62. | *Setter* | set_vertical(value) |
  63. +----------+---------------------+
  64. | *Getter* | is_vertical() |
  65. +----------+---------------------+