Aspose::Cells::Drawing::Shape::IsAspectRatioLocked method

Shape::IsAspectRatioLocked method

True means that aspect ratio of the shape is locked.

bool Aspose::Cells::Drawing::Shape::IsAspectRatioLocked()

Remarks

Only for pictures and Ole Objects.

Examples

if (shape.IsAspectRatioLocked() == false)
{
    shape.SetIsAspectRatioLocked(true);
}

See Also