width property

width property

Width

Definition:

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

See Also