IConnectorLockEditPointsLocked 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: 22.5.0.0 (22.5)
Syntaxbool EditPointsLocked { get; set; }
Property EditPointsLocked As Boolean
Get
Set
property bool EditPointsLocked {
bool get ();
void set (bool value);
}
abstract EditPointsLocked : bool with get, set
Property Value
Type:
Boolean
See Also