width property
width property
The width of the rectangle.
Definition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
See Also
- class
Rectangle
The width of the rectangle.
@property
def width(self):
...
@width.setter
def width(self, value):
...
Rectangle