class_styleboxline.rst 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>` | Color( 0, 0, 0, 1 ) |
  16. +---------------------------+-----------------------------------------------------------+---------------------+
  17. | :ref:`float<class_float>` | :ref:`grow_begin<class_StyleBoxLine_property_grow_begin>` | 1.0 |
  18. +---------------------------+-----------------------------------------------------------+---------------------+
  19. | :ref:`float<class_float>` | :ref:`grow_end<class_StyleBoxLine_property_grow_end>` | 1.0 |
  20. +---------------------------+-----------------------------------------------------------+---------------------+
  21. | :ref:`int<class_int>` | :ref:`thickness<class_StyleBoxLine_property_thickness>` | 1 |
  22. +---------------------------+-----------------------------------------------------------+---------------------+
  23. | :ref:`bool<class_bool>` | :ref:`vertical<class_StyleBoxLine_property_vertical>` | false |
  24. +---------------------------+-----------------------------------------------------------+---------------------+
  25. Property Descriptions
  26. ---------------------
  27. .. _class_StyleBoxLine_property_color:
  28. - :ref:`Color<class_Color>` **color**
  29. +-----------+---------------------+
  30. | *Default* | Color( 0, 0, 0, 1 ) |
  31. +-----------+---------------------+
  32. | *Setter* | set_color(value) |
  33. +-----------+---------------------+
  34. | *Getter* | get_color() |
  35. +-----------+---------------------+
  36. .. _class_StyleBoxLine_property_grow_begin:
  37. - :ref:`float<class_float>` **grow_begin**
  38. +-----------+-----------------------+
  39. | *Default* | 1.0 |
  40. +-----------+-----------------------+
  41. | *Setter* | set_grow_begin(value) |
  42. +-----------+-----------------------+
  43. | *Getter* | get_grow_begin() |
  44. +-----------+-----------------------+
  45. .. _class_StyleBoxLine_property_grow_end:
  46. - :ref:`float<class_float>` **grow_end**
  47. +-----------+---------------------+
  48. | *Default* | 1.0 |
  49. +-----------+---------------------+
  50. | *Setter* | set_grow_end(value) |
  51. +-----------+---------------------+
  52. | *Getter* | get_grow_end() |
  53. +-----------+---------------------+
  54. .. _class_StyleBoxLine_property_thickness:
  55. - :ref:`int<class_int>` **thickness**
  56. +-----------+----------------------+
  57. | *Default* | 1 |
  58. +-----------+----------------------+
  59. | *Setter* | set_thickness(value) |
  60. +-----------+----------------------+
  61. | *Getter* | get_thickness() |
  62. +-----------+----------------------+
  63. .. _class_StyleBoxLine_property_vertical:
  64. - :ref:`bool<class_bool>` **vertical**
  65. +-----------+---------------------+
  66. | *Default* | false |
  67. +-----------+---------------------+
  68. | *Setter* | set_vertical(value) |
  69. +-----------+---------------------+
  70. | *Getter* | is_vertical() |
  71. +-----------+---------------------+