LockVertex Property

A Boolean type property. A flag that protects vertices from editing with the mouse.True - protection is on, False - protection is off.

Applies to: Shape object

Syntax

[[Let] lockVertexRet =] object.LockVertex

[Let] object.LockVertex = lockVertexSet

The LockVertex property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
lockBeginRet Optional. A Boolean type variable.
lockBeginSet Required. An expression that returns a Boolean value.

Remarks

The LockVertex property is also a table parameter of the shape, that is, its value can be described by a formula. To work with LockVertex as a table parameter, use the CDPT_LOCKVERTEX constant tag.

 

See Also

LockAspect property, LockBegin property, LockCalcWH property, LockDelete property, LockEnd property, LockFlipX property, LockFlipY property, LockHeight property, LockMoveX property, LockMoveY property, LockRotate property, LockWidth property