FlipX Property

A Boolean type property. Specifies whether or not the shape is flipped horizontally. False - the shape is not flipped. True - the shape is flipped horizontally.

Applies to: Shape object

Syntax

[[Let] flipXRet =] object.FlipX

[Let] object.FlipX = flipXSet

The FlipX property syntax has these parts:

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

Remarks

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

 

See Also

FilpY property, Property Tags Constants