width proprietà

width proprietà

Ottiene e imposta il valore width della smussatura, ovvero la profondità a cui viene applicata nella forma. In unità di punti.

Definizione:

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

Guarda anche