TTMSFNCGanttListNodeTextDrawingParams Record
Drawing parameters for task-list node text.
API unit family: TMSFNCGanttChart
Syntax
TTMSFNCGanttListNodeTextDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DrawRect |
TRectF |
Bounds the task-list node caption is drawn within. |
Exporting |
Boolean |
True when the draw is part of a PDF or print export rather than an on-screen paint. |
Hovered |
Boolean |
True when the pointer is over the element. |
Selected |
Boolean |
True when the element is part of the current selection. |
Text |
string |
The node caption about to be drawn. |