LockEnd Property

A Boolean type property. A flag that specifies whether the end point of the 1D-shape can be repositioned with the mouse.True - it can't be repositioned. False - it can be repositioned.

Applies to: Shape object

Syntax

[[Let] lockEndRet =] object.LockEnd

[Let] object.LockEnd = lockEndSet

The LockEnd property syntax has these parts:

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

Remarks

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

 

See Also

EndX property, EndY property, LockAspect property, LockBegin property, LockCalcWH property, LockDelete property, LockFlipX property, LockFlipY property, LockHeight property, LockMoveX property, LockMoveY property, LockRotate property, LockVertex property, LockWidth property