TTMSFNCPlannerTimeLineAppearance Class
Controls the fill, stroke, font, size, and text-mode settings for the left and right timeline header bands.
API unit family: TMSFNCPlanner
Inherits from: TPersistent
Syntax
TTMSFNCPlannerTimeLineAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CurrentTimeColor | Colour of the current-time indicator line drawn in the timeline bands. Default: gcOrange. |
| Layouts | Set of sides on which the timeline header bands are displayed. Default: [ptlLeft]. |
| LeftFill | Background fill for the left timeline header band. |
| LeftFont | Font for major-unit labels in the left timeline header band. |
| LeftHorizontalTextAlign | Horizontal alignment of major-unit text in the left band. Default: gtaLeading. |
| LeftSize | Width of the left timeline header band in logical pixels. |
| LeftStroke | Major-unit divider stroke for the left timeline header band. |
| LeftSubHorizontalTextAlign | Horizontal alignment of sub-unit text in the left band. Default: gtaTrailing. |
| LeftSubStroke | Sub-unit divider stroke for the left timeline header band. |
| LeftSubUnitFontSize | Font size used for sub-unit labels in the left timeline header band. |
| LeftSubVerticalTextAlign | Vertical alignment of sub-unit text in the left band. Default: gtaTrailing. |
| LeftSubVerticalTextMode | Vertical text rotation mode for sub-unit labels in the left band. Default: pvtmNone. |
| LeftVerticalTextAlign | Vertical alignment of major-unit text in the left band. Default: gtaLeading. |
| LeftVerticalTextMode | Vertical text rotation mode for major-unit labels in the left band. Default: pvtmNone. |
| RightFill | Background fill for the right timeline header band. |
| RightFont | Font for major-unit labels in the right timeline header band. |
| RightHorizontalTextAlign | Horizontal alignment of major-unit text in the right band. Default: gtaLeading. |
| RightSize | Width of the right timeline header band in logical pixels. |
| RightStroke | Major-unit divider stroke for the right timeline header band. |
| RightSubHorizontalTextAlign | Horizontal alignment of sub-unit text in the right band. Default: gtaTrailing. |
| RightSubStroke | Sub-unit divider stroke for the right timeline header band. |
| RightSubUnitFontSize | Font size used for sub-unit labels in the right timeline header band. |
| RightSubVerticalTextAlign | Vertical alignment of sub-unit text in the right band. Default: gtaTrailing. |
| RightSubVerticalTextMode | Vertical text rotation mode for sub-unit labels in the right band. Default: pvtmNone. |
| RightVerticalTextAlign | Vertical alignment of major-unit text in the right band. Default: gtaLeading. |
| RightVerticalTextMode | Vertical text rotation mode for major-unit labels in the right band. Default: pvtmNone. |
| Stretch | True stretches both timeline bands to fill the available space equally. Default: False. |