AutoShapeLock

AutoShapeLock class

Determines which operations are disabled on the parent AutoshapeEx.

public class AutoShapeLock : BaseShapeLock, IAutoShapeLock

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