This property sets the drawing direction of the text line.

[C++Builder]   imagekitcontrolname->PrintDraw->Direction [ = short ]
[Delphi]   imagekitcontrolname.PrintDraw.Direction [ = Smallint ]

Property Value

Value Explanation
0 From left to right (writing horizontally)
1 From right to left (writing horizontally)
2 From top to bottom (writing vertically)
3 From bottom to top (writing vertically)

Explanation

The Direction property sets the drawing direction of the text line. When the RotateString property is False, this property is enabled for the DrawText and TextOut methods.

Setting this value

This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation