width property

width property

The Width coordinate of the rectangle, in user units.

Definition:

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

See Also