TTMSFNCGanttTaskListAppearance Class
Defines the brushes, strokes, fonts, icons, and spacing used to draw the task list.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttTaskListAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CollapseIcon | Bitmap used for collapsed hierarchy nodes. |
| ColumnStroke | Stroke used for vertical column separators. |
| ExpandIcon | Bitmap used for expanded hierarchy nodes. |
| Fill | Fill used for the task-list background. |
| Font | Font used for task-list row text. |
| HeaderFill | Fill used for task-list column headers. |
| HeaderFont | Font used for task-list column headers. |
| HeaderStroke | Stroke used for task-list column headers. |
| HoverFill | Fill used when the pointer hovers over a task-list row. |
| HoverFontColor | Text color used when the pointer hovers over a task-list row. |
| HoverStroke | Stroke used when the pointer hovers over a task-list row. |
| ItemStroke | Stroke used around individual task-list items. |
| LevelIndent | Indent, in pixels, applied for each task hierarchy level. |
| LineStroke | Stroke used for horizontal row separator lines. |
| SelectedFill | Fill used for the selected task-list row. |
| SelectedFontColor | Text color used for the selected task-list row. |
| SelectedStroke | Stroke used for the selected task-list row. |
| Stroke | Stroke used for the task-list border. |