Shape.SetLockedProperty
Shape.SetLockedProperty method
Set the locked property.
public void SetLockedProperty(ShapeLockType type, bool value)
Parameter | Type | Description |
---|---|---|
type | ShapeLockType | The locked type. |
value | Boolean | The value of the property. |
Examples
[C#]
shape.SetLockedProperty(ShapeLockType.AdjustHandles, true);
See Also
- enum ShapeLockType
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells