class_styleboxline.rst 2.8 KB

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