IGraphicalObjectLock Interface

Determines which operations are disabled on the parent GraphicalObjectEx.

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

The IGraphicalObjectLock type exposes the following members.

Properties
  NameDescription
Public propertyAsIBaseShapeLock
Allows to get base IBaseShapeLock interface. Read-only IBaseShapeLock.
Public propertyAspectRatioLocked
Determines whether shape have to preserve aspect ratio on resizing. Read/write Boolean.
Public propertyDrilldownLocked
Determines whether selecting subshapes of this object is forbidden. Read/write Boolean.
Public propertyGroupingLocked
Determines whether 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 moving this shape is forbidden. Read/write Boolean.
Public propertySelectLocked
Determines whether selecting this shape is forbidden. Read/write Boolean.
Public propertySizeLocked
Determines whether resizing this shape is forbidden. Read/write Boolean.
See Also