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):
...