Aspose::Cells::Drawing::Shape::GetLockedProperty method
Shape::GetLockedProperty method
Gets the value of locked property.
bool Aspose::Cells::Drawing::Shape::GetLockedProperty(ShapeLockType type)
Parameter | Type | Description |
---|---|---|
type | ShapeLockType | The type of the shape locked property. |
ReturnValue
Returns the value of locked property.
Examples
int noAdjustHandles = 0;
if (shape.GetLockedProperty(ShapeLockType::AdjustHandles))
noAdjustHandles = 1;
See Also
- Class Vector
- Enum ShapeLockType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++