TTMSFNCTimelineDivisionTickmarkDrawingParams Record
Parameters passed to division-tickmark drawing events, providing the tick value and the start/end points of the tickmark line.
API unit family: TMSFNCTimeline
Syntax
TTMSFNCTimelineDivisionTickmarkDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
EndPoint |
TPointF |
Point where the tick mark ends. |
StartPoint |
TPointF |
Point where the tick mark begins. |
Value |
Double |
The timeline value the tick mark denotes. |