This property sets whether each character in the text set in the Text property is rotated, or the whole line of text is rotated.

[C++Builder]   imagekitcontrolname->PrintDraw->RotateString [ = bool ]
[Delphi]   imagekitcontrolname.PrintDraw.RotateString [ = Boolean ]

Property Value

Value Explanation
True The whole line of text is rotated
False Each character in the text is rotated

Explanation

The RotateString property sets whether each character in the text set in the Text property is rotated, or the whole line of text is rotated. This property is used with the GetTextExtent and TextOut methods.

If the RotateString property is false then the CharAngle property is only enabled for angles of 0, 90, 180, 270 degrees. If the RotateString property is true, then the line of text is rotated by the angle set in the CharAngle property. Note that the Direction propery is disabled when the RotateString property is True.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation