IGroupShapeLock

IGroupShapeLock interface

Determines which operations are disabled on the parent GroupShape.

public interface IGroupShapeLock : IBaseShapeLock

Properties

NameDescription
AsIBaseShapeLock { get; }Allows to get base IBaseShapeLock interface. Read-only IBaseShapeLock.
AspectRatioLocked { get; set; }Determines whether shape have to preserve aspect ratio on resizing. Read/write Boolean.
GroupingLocked { get; set; }Determines whether adding this shape to a group is forbidden. Read/write Boolean.
PositionLocked { get; set; }Determines whether moving this shape is forbidden. Read/write Boolean.
RotationLocked { get; set; }Determines whether changing rotation angle of this shape is forbidden. Read/write Boolean.
SelectLocked { get; set; }Determines whether selecting this shape is forbidden. Read/write Boolean.
SizeLocked { get; set; }Determines whether resizing this shape is forbidden. Read/write Boolean.
UngroupingLocked { get; set; }Determines whether splitting this groupshape is forbidden. Read/write Boolean.

See Also