IAutoShapeLock

IAutoShapeLock interface

Determines which operations are disabled on the parent AutoshapeEx.

public interface IAutoShapeLock : IBaseShapeLock

Properties

NameDescription
AdjustHandlesLocked { get; set; }Determines whether a changing adjust values is forbidden. Read-write Boolean.
ArrowheadsLocked { get; set; }Determines whether a changing arrowheads is forbidden. Read-write Boolean.
AsIBaseShapeLock { get; }Allows to get base IBaseShapeLock interface. Read-only IBaseShapeLock.
AspectRatioLocked { get; set; }Determines whether a shape have to preserve aspect ratio on resizing. Read-write Boolean.
EditPointsLocked { get; set; }Determines whether a direct changing of contour of this shape is forbidden. Read-write Boolean.
GroupingLocked { get; set; }Determines whether an adding this shape to a group is forbidden. Read-write Boolean.
PositionLocked { get; set; }Determines whether a moving this shape is forbidden. Read-write Boolean.
RotateLocked { get; set; }Determines whether a changing rotation angle of this shape is forbidden. Read-write Boolean.
SelectLocked { get; set; }Determines whether a selecting this shape is forbidden. Read-write Boolean.
ShapeTypeLocked { get; set; }Determines whether a changing of a shape type is forbidden. Read-write Boolean.
SizeLocked { get; set; }Determines whether a resizing this shape is forbidden. Read-write Boolean.
TextLocked { get; set; }Determines whether an editing of text is forbidden. Read-write Boolean.

See Also