TTMSFNCGanttDependencyArrowDrawingParams Record
Drawing parameters for a dependency arrow between tasks.
API unit family: TMSFNCGanttChart
Syntax
TTMSFNCGanttDependencyArrowDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
ArrowLeft |
Boolean |
True when the arrowhead points left, that is when the dependency runs right to left. |
DrawRect |
TRectF |
Bounds the dependency arrowhead is drawn within. |
Exporting |
Boolean |
True when the draw is part of a PDF or print export rather than an on-screen paint. |
Path |
TTMSFNCGraphicsPath |
The arrowhead outline. Replace it to draw a different shape. |