is_lock_aspect_ratio property

is_lock_aspect_ratio property

True means that aspect ratio of the shape is locked.

Remarks

Only for pictures and Ole Objects.

Example


shape.is_lock_aspect_ratio = False

Definition:

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

See Also