view_type属性

view_type属性

获取和设置视图类型。

定义:

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

也可以看看