Support Board
Date/Time: Fri, 28 Nov 2025 20:39:23 +0000
Post From: Modify Text and its alignment for Extending Rectangle Highlight
| [2014-04-28 15:19:20] |
| Al SC Developer - Posts: 434 |
|
Currently, this can not be done. However, in ver 1129 you will be able to do this with the following lines: s_UseTool Tool; Tool.Text = "Text to add"; Tool.TextAlignment = DT_LEFT; // use DT_RIGHT to place on the right |
