aspect_ratio_locked property

aspect_ratio_locked property

Determines whether a shape have to preserve aspect ratio on resizing. Read/write bool.

Definition:

@property
def aspect_ratio_locked(self):
    ...

@aspect_ratio_locked.setter
def aspect_ratio_locked(self, value):
    ...

See Also