view_type property

view_type property

Gets and sets the view type.

Definition:

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

See Also