TTMSFNCPlannerFullDaysAppearance Class
Controls the fill, stroke, font, auto-sizing, and layout settings for the full-day item header bands.
API unit family: TMSFNCPlanner
Inherits from: TPersistent
Syntax
TTMSFNCPlannerFullDaysAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoItemHeight | Fixed height for each full-day item row when AutoSize is False. |
| AutoSize | True automatically adjusts the full-day band height to fit all full-day items. Default: True. |
| BottomFill | Background fill for the bottom full-day header band. |
| BottomFont | Font for full-day item labels in the bottom band. |
| BottomSize | Height of the bottom full-day header band in logical pixels. |
| BottomStroke | Border stroke for the bottom full-day header band. |
| FillEmptySpaces | True fills the corner areas where full-day bands meet the timeline bands. Default: True. |
| Layouts | Set of sides on which the full-day header bands are displayed. Default: [pfdlTop]. |
| TopFill | Background fill for the top full-day header band. |
| TopFont | Font for full-day item labels in the top band. |
| TopSize | Height of the top full-day header band in logical pixels. |
| TopStroke | Border stroke for the top full-day header band. |