LockMoveY Property

A Boolean type property. A flag that protects the shape from repositioning vertically. True - the shape can't be repositioned vertically, False - vertical repositioning is allowed.

Applies to: Shape object

Syntax

[[Let] lockMoveYRet =] object.LockMoveY

[Let] object.LockMoveY = lockMoveYSet

The LockMoveY property syntax has these parts:

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

Remarks

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

 

See Also

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