Aspose::Cells::Drawing::Shape::SetLockedProperty method

Shape::SetLockedProperty method

Set the locked property.

void Aspose::Cells::Drawing::Shape::SetLockedProperty(ShapeLockType type, bool value)
ParameterTypeDescription
typeShapeLockTypeThe locked type.
valueboolThe value of the property.

Examples

shape.SetLockedProperty(ShapeLockType::AdjustHandles, true);

See Also