display_as_icon property

display_as_icon property

True if the specified object is displayed as an icon and the image will not be auto changed.

Definition:

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

See Also