Aspose::Cells::Drawing::Shape::GetLockedProperty method

Shape::GetLockedProperty method

Gets the value of locked property.

bool Aspose::Cells::Drawing::Shape::GetLockedProperty(ShapeLockType type)
ParameterTypeDescription
typeShapeLockTypeThe 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