Shape.IsLockAspectRatio
Shape.IsLockAspectRatio property
True means that aspect ratio of the shape is locked.
[Obsolete("Use Shape.IsAspectRatioLocked property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsLockAspectRatio { get; set; }
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.
Examples
[C#]
shape.IsLockAspectRatio = false;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells