view_width property

view_width property

Gets or sets the width of the view.

Definition:

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

See Also