is_aspect_ratio_locked property

is_aspect_ratio_locked property

True means that aspect ratio of the shape is locked.

Remarks

Only for pictures and Ole Objects.

Example


shape.is_aspect_ratio_locked = False

Definition:

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

See Also