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):
    ...

Ver también