Search
Box.RotateText Property
See Also
 



Gets or sets a value indicating whether the text in a box is rotated when the box is rotated.

 Syntax

VB6  Copy Code

Public Property Get RotateText() As Boolean
Public Property Let RotateText( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_RotateText ()
void put_RotateText (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

If 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