Shape.IsAspectRatioLocked
Shape.IsAspectRatioLocked property
True means that aspect ratio of the shape is locked.
public bool IsAspectRatioLocked { get; set; }
Remarks
Only for pictures and Ole Objects.
Examples
[C#]
shape.IsAspectRatioLocked = false;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells