Sets the top margin (in px). The 't' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
(self)
| 105 | |
| 106 | @property |
| 107 | def t(self): |
| 108 | """ |
| 109 | Sets the top margin (in px). |
| 110 | |
| 111 | The 't' property is a number and may be specified as: |
| 112 | - An int or float in the interval [0, inf] |
| 113 | |
| 114 | Returns |
| 115 | ------- |
| 116 | int|float |
| 117 | """ |
| 118 | return self["t"] |
| 119 | |
| 120 | @t.setter |
| 121 | def t(self, val): |