But if I want to show strings coming from a Tag ie string(10) then I cannot get the string to be shown vertical.
If i dynamicly draw the text like this:
Code: Select all
formGraphics.DrawString(
Globals.Tags.myText.Value,
drawFont,
currentBrush,
new Rectangle(
Globals.Tags.x1.Value,
Globals.Tags.y1.Value,
20,
800));
BUT BUT only when i run (F5) the program.
If i download it to the X2 Pro it will draw the text outside the box and therefore horizontal.
Were is this difference between a simulation and a real panel comming from.
and How do i draw strings vertical?