icon_id property

icon_id property

Gets and sets Zero-based index of an icon in an icon set.

Definition:

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

See Also