Share

TextStyle.Rotation Property

Parent Object: TextStyle

Description

Gets and sets the rotation of the text style. The units used to define the rotation angle are radians. Currently text rotation is limited to 90 degree increments so valid values for this property are 0, pi/2, pi, and 1.5pi.

Syntax

TextStyle.Rotation() As Double

Property Value

This is a read/write property whose value is a Double.

Version

Introduced in version 5.3

Was this information helpful?