Shape.SetLockedProperty

Shape.SetLockedProperty method

Set the locked property.

public void SetLockedProperty(ShapeLockType type, bool value)
ParameterTypeDescription
typeShapeLockTypeThe locked type.
valueBooleanThe value of the property.

Examples


[C#]
shape.SetLockedProperty(ShapeLockType.AdjustHandles, true);

See Also