width proprietà
width proprietà
Ottiene e imposta width del controllo in unità di punti.
Definizione:
@property
def width(self):
...
@width.setter
def width(self, value):
...
Ottiene e imposta width del controllo in unità di punti.
@property
def width(self):
...
@width.setter
def width(self, value):
...