display_as_icon属性
display_as_icon属性
如果指定对象显示为图标则为 True 并且图像不会自动改变。
定义:
@property
def display_as_icon(self):
...
@display_as_icon.setter
def display_as_icon(self, value):
...
如果指定对象显示为图标则为 True 并且图像不会自动改变。
@property
def display_as_icon(self):
...
@display_as_icon.setter
def display_as_icon(self, value):
...