Aspose::Cells::Drawing::Shape::SetLockedProperty method
Shape::SetLockedProperty method
Set the locked property.
void Aspose::Cells::Drawing::Shape::SetLockedProperty(ShapeLockType type, bool value)
Parameter | Type | Description |
---|---|---|
type | ShapeLockType | The locked type. |
value | bool | The value of the property. |
Examples
shape.SetLockedProperty(ShapeLockType::AdjustHandles, true);
See Also
- Class Vector
- Enum ShapeLockType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++