GroupShapeLock

GroupShapeLock class

Determines which operations are disabled on the parent GroupShape.

public class GroupShapeLock : BaseShapeLock, IGroupShapeLock

Properties

NameDescription
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.
NoLocks { get; }Return true if all lock-flags are disabled. Read-only 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