LockMoveX Property

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

Applies to: Shape object

Syntax

[[Let] lockMoveXRet =] object.LockMoveX

[Let] object.LockMoveX = lockMoveXSet

The LockMoveX property syntax has these parts:

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

Remarks

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

 

See Also

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