AutoShapeLockShapeTypeLocked Property |
Determines whether a changing of a shape type is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool ShapeTypeLocked { get; set; }
Public Property ShapeTypeLocked As Boolean
Get
Set
public:
virtual property bool ShapeTypeLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShapeTypeLocked : bool with get, set
override ShapeTypeLocked : bool with get, set
Property Value
Type:
BooleanImplements
IAutoShapeLockShapeTypeLocked
See Also