list_width property

list_width property

Gets and set the width in unit of points.

Definition:

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

See Also