width propiedad

width propiedad

Obtiene y establece el width del bisel, o hasta qué punto se aplica en la forma. En unidad de Puntos.

Definición:

@property
def width(self):
    ...
@width.setter
def width(self, value):
    ...

Ver también