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. NOTE: This member is now obsolete. Instead, please use Shape.IsAspectRatioLocked property. This property will be removed 12 months later since July 2024. Aspose apologizes for any inconvenience you may have experienced.
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
- module
aspose.cells.drawing
- class
Spinner