Support Board
Date/Time: Mon, 03 Nov 2025 10:56:45 +0000
Post From: FYI - ACSIL tool DRAWING_HORIZONTALLINE
| [2019-01-04 01:05:31] |
| ZenAlchemist - Posts: 23 |
|
Just an FYI. The help docs do not make it clear, but in regards to the tool DRAWING_HORIZONTALLINE, the DT_BOTTOM flag for TextAlignment does work. I was happy to find out that the following works: s_UseTool ToolLine; ToolLine.DrawingType = DRAWING_HORIZONTALLINE; ToolLine.TextAlignment = DT_BOTTOM | DT_LEFT; Zen |
