GraphicalObjectLock

GraphicalObjectLock class

Determines which operations are disabled on the parent GraphicalObject.

public class GraphicalObjectLock : BaseShapeLock, IGraphicalObjectLock

Properties

NameDescription
AspectRatioLocked { get; set; }Determines whether shape have to preserve aspect ratio on resizing. Read/write Boolean.
DrilldownLocked { get; set; }Determines whether selecting subshapes of this object is forbidden. 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.
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.

See Also