width property

width property

Gets and sets the width of the control in unit of points.

Definition:

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

See Also