relative_to_original_picture_size property

relative_to_original_picture_size property

Indicates whether shape is relative to original picture size.

Example


if shape.relative_to_original_picture_size:
    shape.relative_to_original_picture_size = False

Definition:

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

See Also