width proprietà

width proprietà

Rappresenta lo width del commento, in unità di pixel.

Esempio


comment1.width = 10

Definizione:

@property
def width(self):
    ...
@width.setter
def width(self, value):
    ...

Guarda anche