LockBegin Property

A Boolean type property. A flag that specifies whether the begin 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] lockBeginRet =] object.LockBegin

[Let] object.LockBegin = lockBeginSet

The LockBegin 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 LockBegin property is also a table parameter of the shape, that is, its value can be described by a formula. To work with LockBegin as a table parameter, use the CDPT_LOCKBEGIN constant tag.

 

See Also

BeginX property, BeginY property, LockAspect property, LockCalcWH property, LockDelete property, LockEnd property, LockFlipX property, LockFlipY property, LockHeight property, LockMoveX property, LockMoveY property, LockRotate property, LockVertex property, LockWidth property