list_width proprietà
list_width proprietà
Ottiene e imposta la larghezza in unità di punti.
Definizione:
@property
def list_width(self):
...
@list_width.setter
def list_width(self, value):
...
Ottiene e imposta la larghezza in unità di punti.
@property
def list_width(self):
...
@list_width.setter
def list_width(self, value):
...