TTMSFNCGanttItemDrawingParams Record
Drawing parameters for a timeline task item.
API unit family: TMSFNCGanttChart
Syntax
TTMSFNCGanttItemDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Corners |
TTMSFNCGraphicsCorners |
Which corners of the task bar are rounded. |
DrawRect |
TRectF |
Bounds the task bar is drawn within. |
Expanded |
Boolean |
True when the task is a summary task showing its children. |
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. |
Rounding |
Integer |
Corner radius of the task bar, in pixels. |
Selected |
Boolean |
True when the element is part of the current selection. |
Text |
string |
The caption drawn on the task bar. |