TTMSFNCPlannerGroupsAppearance Class
Controls the fill, stroke, font, size, and text-mode settings for the top and bottom group header bands.
API unit family: TMSFNCPlanner
Inherits from: TPersistent
Syntax
TTMSFNCPlannerGroupsAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BottomFill | Background fill for the bottom group header band. |
| BottomFont | Font for group labels in the bottom band. |
| BottomHorizontalTextAlign | Horizontal text alignment in the bottom group band. Default: gtaCenter. |
| BottomSize | Height of the bottom group header band in logical pixels. |
| BottomStroke | Border stroke for the bottom group header band. |
| BottomVerticalTextAlign | Vertical text alignment in the bottom group band. Default: gtaCenter. |
| BottomVerticalTextMode | Vertical text rotation mode for the bottom group band. Default: pvtmAuto. |
| FillEmptySpaces | True fills the corner areas where group bands meet the timeline bands. Default: True. |
| Layouts | Set of sides on which the group header bands are displayed. Default: [pglTop]. |
| TopFill | Background fill for the top group header band. |
| TopFont | Font for group labels in the top band. |
| TopHorizontalTextAlign | Horizontal text alignment in the top group band. Default: gtaCenter. |
| TopSize | Height of the top group header band in logical pixels. |
| TopStroke | Border stroke for the top group header band. |
| TopVerticalTextAlign | Vertical text alignment in the top group band. Default: gtaCenter. |
| TopVerticalTextMode | Vertical text rotation mode for the top group band. Default: pvtmAuto. |