LockRotate Property

A Boolean type property. A flag that protects the shape from rotating. True - the shape can't be rotated, False - rotation is allowed.

Applies to: Shape object

Syntax

[[Let] lockRotateRet =] object.LockRotate

[Let] object.LockRotate = lockRotateSet

The LockRotate property syntax has these parts:

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

Remarks

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

 

See Also

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