Aspose::Cells::Slicers::Slicer::GetLockedAspectRatio method

Slicer::GetLockedAspectRatio method

Indicates whether locking aspect ratio.

bool Aspose::Cells::Slicers::Slicer::GetLockedAspectRatio()

Examples

if (slicer.GetLockedAspectRatio() == false)
{
    slicer.SetLockedAspectRatio(true);
}

See Also