TTMSFNCTimelineAppearance Class
Global appearance settings for the timeline control, including the axis fill and stroke, division font and tickmark stroke, axis rounding, and default indicator, annotation, and section appearance templates.
API unit family: TMSFNCTimeline
Inherits from: TPersistent
Syntax
TTMSFNCTimelineAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DefaultAnnotationAppearance | Default annotation appearance applied to all annotations that do not override their own appearance. |
| DefaultIndicatorAppearance | Default indicator appearance applied to all indicators that do not override their own appearance. |
| DefaultSectionAppearance | Default section appearance applied to all sections that do not override their own appearance. |
| DivisionFont | Font used to render division tick labels. |
| DivisionTickmarkStroke | Stroke settings for the division tick mark lines drawn on the timeline axis. |
| Rounding | Corner radius of the timeline axis bar in pixels. |
| TimelineFill | Fill settings for the timeline axis bar. |
| TimelineStroke | Stroke settings for the timeline axis bar border. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs after the related timeline state changes. |