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