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):
...
Gets and sets the width of the control in unit of points.
@property
def width(self):
...
@width.setter
def width(self, value):
...