ConnectorLock class

ConnectorLock class

Determines which operations are disabled on the parent Connector.

Inheritance:ConnectorLockBaseShapeLock

The ConnectorLock type exposes the following members:

Properties

PropertyDescription
no_locksReturn true if all lock-flags are disabled.
Read-only bool.
grouping_lockedDetermines whether an adding this shape to a group is forbidden.
Read/write bool.
select_lockedDetermines whether a selecting this shape is forbidden.
Read/write bool.
rotate_lockedDetermines whether a changing rotation angle of this shape is forbidden.
Read/write bool.
aspect_ratio_lockedDetermines whether a shape have to preserve aspect ratio on resizing.
Read/write bool.
position_moveDetermines whether a moving this shape is forbidden.
Read/write bool.
size_lockedDetermines whether a resizing this shape is forbidden.
Read/write bool.
edit_points_lockedDetermines whether a direct changing of contour of this shape is forbidden.
Read/write bool.
adjust_handles_lockedDetermines whether a changing adjust values is forbidden.
Read/write bool.
arrowheads_lockedDetermines whether a changing arrowheads is forbidden.
Read/write bool.
shape_type_lockedDetermines whether a changing of a shape type is forbidden.
Read/write bool.

See Also