picture_size_mode property

picture_size_mode property

Gets and sets how to display the picture.

Definition:

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

See Also