This property sets the drawing direction of the text line.
[Visual
Basic] imagekitcontrolname.PrintDraw.Direction
[ = Integer ]
[Visual
C++] imagekitcontrolname.GetPrintDraw().SetDirection(short
Val)
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.