TextFlipY Property

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

Applies to: Shape object

Syntax

[[Let] booleanRet =] object.TextFlipY

[Let] object.TextFlipY = textFlipYSet

The TextFlipY property syntax has these parts:

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

Remarks

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

 

See Also

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