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