width propiedad
width propiedad
Obtiene y establece el width del control en unidad de puntos.
Definición:
@property
def width(self):
...
@width.setter
def width(self, value):
...
Obtiene y establece el width del control en unidad de puntos.
@property
def width(self):
...
@width.setter
def width(self, value):
...