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
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++