width propriété

width propriété

Obtient et définit le width du biseau, ou à quelle distance dans la forme il est appliqué. En unité de Points.

Définition:

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

Voir également