thickness property

thickness property

Thickness

Definition:

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

See Also