LockFlipX Property

A Boolean type property. A flag that specifies whether the shape can be flipped horizontally. True - horizontal flipping is allowed. False - horizontal flipping is not allowed.

Applies to: Shape object

Syntax

[[Let] lockFlipXRet =] object.LockFlipX

[Let] object.LockFlipX = lockFlipXSet

The LockFlipX property syntax has these parts:

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

Remarks

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

 

See Also

FlipX property, LockAspect property, LockBegin property, LockCalcWH property, LockDelete property, LockEnd property, LockFlipY property, LockHeight property, LockMoveX property, LockMoveY property, LockRotate property, LockVertex property, LockWidth property