thumbnail property

thumbnail property

Gets or sets the thumbnail image.

Definition:

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

See Also