TextFlipX Property

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

Applies to: Shape object

Syntax

[[Let] booleanRet =] object.TextFlipX

[Let] object.TextFlipX = textFlipXSet

The TextFlipX property syntax has these parts:

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

Remarks

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

 

See Also

Text property, TextAngle property, TextBlock property, TextFlipY property, TextGPinX property, TextGPinY property, TextHeight property, TextLPinX property, TextLPinY property TextWidth property