TTMSFNCGanttEventMarkerDrawingParams Record
Drawing parameters for a task event marker.
API unit family: TMSFNCGanttChart
Syntax
TTMSFNCGanttEventMarkerDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DrawPath |
TTMSFNCGraphicsPath |
The marker outline. Replace it to draw a different shape. |
DrawRect |
TRectF |
Bounds the event marker 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. |