TextAngle Property

A Double type property. Represents the angle to which the shape's text box is rotated counterclockwise around the shape's rotation center. The angle is measured with respect to the horizontal (X) axis.

Applies to: Shape object

Syntax

[[Let] textAngleRet =] object.TextAngle

[Let] object.TextAngle = textAngleSet

The TextAngle property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
textAngleRet Optional. A Double type variable.
textAngleSet Required. An expression that returns a Double value.

Remarks

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

The angle values are specified in radians.

 

See Also

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