IGraphicalObjectLock

IGraphicalObjectLock interface

Determines which operations are disabled on the parent GraphicalObjectEx.

public interface IGraphicalObjectLock : 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.
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.
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