width propiedad

width propiedad

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

Definición:

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

Ver también