TTMSFNCGanttSplitterAppearance Class
Defines the brushes, strokes, indicator shape, and spacing for the list/timeline splitter.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttSplitterAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DownFill | Fill used while the splitter is pressed. |
| DownStroke | Stroke used while the splitter is pressed. |
| Fill | Fill used for the splitter background. |
| HoverFill | Fill used when the pointer hovers over the splitter. |
| HoverStroke | Stroke used when the pointer hovers over the splitter. |
| Indicator | Shape used for the splitter indicator. |
| IndicatorDownFill | Fill used for the indicator while the splitter is pressed. |
| IndicatorDownStroke | Stroke used for the indicator while the splitter is pressed. |
| IndicatorFill | Fill used for the splitter indicator. |
| IndicatorHoverFill | Fill used for the indicator when the pointer hovers over the splitter. |
| IndicatorHoverStroke | Stroke used for the indicator when the pointer hovers over the splitter. |
| IndicatorMargin | Margin, in pixels, around the splitter indicator. |
| IndicatorStroke | Stroke used for the splitter indicator. |
| ShowIndicator | Shows the splitter indicator when True. |
| Stroke | Stroke used for the splitter border. |