Gets or sets a value indicating whether the text in a box is rotated when the box is rotated.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RotateText() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksIf this property is set to true, the Text of a box is rotated around the box center at the same angle as the box rotation. If the property is set to false, the text of a box whose TextStyle is set to one of the tsFitPoly* values stays horizontal, but it adapts to the rotated outline of the box.
See Also