TTMSFNCGanttTimeLineAppearance Class
Defines the brushes, strokes, fonts, and sizing used to draw the timeline area.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttTimeLineAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ActiveFill | Fill used for active timeline cells. |
| CurrentTimeLineColor | Color used to draw the current-time marker line. |
| Fill | Fill used for the timeline background. |
| GroupHeight | Height, in pixels, of grouped time headers. |
| HeaderFill | Fill used for the timeline header background. |
| HeaderStroke | Stroke used for the timeline header border. |
| HolidayFill | Fill used to mark holiday ranges on the timeline. |
| HolidayFont | Font used for holiday labels on the timeline. |
| HorizontalStroke | Stroke used for horizontal grid lines. |
| HoverFill | Fill used when the pointer hovers over a timeline item. |
| HoverStroke | Stroke used when the pointer hovers over a timeline item. |
| InActiveFill | Fill used for inactive timeline cells. |
| SelectedFill | Fill used for the selected timeline item or range. |
| SelectedStroke | Stroke used for the selected timeline item or range. |
| SelectionGripAppearance | Appearance used for the selected item's sizing grips. |
| SizeAreaWidth | Width, in pixels, of the item sizing area. |
| Stroke | Stroke used for the timeline border. |
| TimeFont | Font used for individual time labels. |
| TimeGroupFont | Font used for grouped time labels. |
| TimeLineUnitWidth | Width, in pixels, of one timeline unit. |
| VerticalStroke | Stroke used for primary vertical grid lines. |
| VerticalSubStroke | Stroke used for secondary vertical grid lines. |
Events
| Name | Description |
|---|---|
| OnChanged | Event raised when a timeline appearance value changes. |