AutoShapeLockEditPointsLocked Property |
Determines whether a direct changing of contour of this shape is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool EditPointsLocked { get; set; }
Public Property EditPointsLocked As Boolean
Get
Set
public:
virtual property bool EditPointsLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract EditPointsLocked : bool with get, set
override EditPointsLocked : bool with get, set
Property Value
Type:
BooleanImplements
IAutoShapeLockEditPointsLockedSee Also