width property

width property

Definition:

@property
def width(self):
    ...

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

See Also