IAutoShapeLock Interface

Determines which operations are disabled on the parent AutoshapeEx.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IAutoShapeLock : IBaseShapeLock

The IAutoShapeLock type exposes the following members.

Properties
  NameDescription
Public propertyAdjustHandlesLocked
Determines whether a changing adjust values is forbidden. Read-write Boolean.
Public propertyArrowheadsLocked
Determines whether a changing arrowheads is forbidden. Read-write Boolean.
Public propertyAsIBaseShapeLock
Allows to get base IBaseShapeLock interface. Read-only IBaseShapeLock.
Public propertyAspectRatioLocked
Determines whether a shape have to preserve aspect ratio on resizing. Read-write Boolean.
Public propertyEditPointsLocked
Determines whether a direct changing of contour of this shape is forbidden. Read-write Boolean.
Public propertyGroupingLocked
Determines whether an adding this shape to a group is forbidden. Read-write Boolean.
Public propertyNoLocks
Return true if all lock-flags are disabled. Read-only Boolean.
(Inherited from IBaseShapeLock.)
Public propertyPositionLocked
Determines whether a moving this shape is forbidden. Read-write Boolean.
Public propertyRotateLocked
Determines whether a changing rotation angle of this shape is forbidden. Read-write Boolean.
Public propertySelectLocked
Determines whether a selecting this shape is forbidden. Read-write Boolean.
Public propertyShapeTypeLocked
Determines whether a changing of a shape type is forbidden. Read-write Boolean.
Public propertySizeLocked
Determines whether a resizing this shape is forbidden. Read-write Boolean.
Public propertyTextLocked
Determines whether an editing of text is forbidden. Read-write Boolean.
See Also