GroupShapeLock Class

Determines which operations are disabled on the parent GroupShape.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class GroupShapeLock : BaseShapeLock, 
	IGroupShapeLock, IBaseShapeLock

The GroupShapeLock type exposes the following members.

Properties
  NameDescription
Public propertyAspectRatioLocked
Determines whether shape have to preserve aspect ratio on resizing. 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 BaseShapeLock.)
Public propertyPositionLocked
Determines whether moving this shape is forbidden. Read/write Boolean.
Public propertyRotationLocked
Determines whether changing rotation angle of 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.
Public propertyUngroupingLocked
Determines whether splitting this groupshape is forbidden. Read/write Boolean.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also