Aspose::Cells::Slicers::Slicer::SetLockedAspectRatio method

Slicer::SetLockedAspectRatio method

Indicates whether locking aspect ratio.

void Aspose::Cells::Slicers::Slicer::SetLockedAspectRatio(bool value)

Examples

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

See Also