TTMSFNCPlannerPositionsAppearance Class
Controls the fill, stroke, font, size, navigation buttons, and text-mode settings for the top and bottom position header bands.
API unit family: TMSFNCPlanner
Inherits from: TPersistent
Syntax
TTMSFNCPlannerPositionsAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BottomFill | Background fill for the bottom position header band. |
| BottomFont | Font for position labels in the bottom band. |
| BottomHorizontalTextAlign | Horizontal text alignment in the bottom position band. Default: gtaCenter. |
| BottomLeftNavigationButtonSize | Width of the bottom-left navigation arrow button in logical pixels. |
| BottomNavigationButtonDownFill | Fill for navigation arrow buttons in the bottom band (pressed state). |
| BottomNavigationButtonDownStroke | Stroke for navigation arrow buttons in the bottom band (pressed state). |
| BottomNavigationButtonFill | Fill for navigation arrow buttons in the bottom band (normal state). |
| BottomNavigationButtonHoverFill | Fill for navigation arrow buttons in the bottom band (hover state). |
| BottomNavigationButtonHoverStroke | Stroke for navigation arrow buttons in the bottom band (hover state). |
| BottomNavigationButtonStroke | Stroke for navigation arrow buttons in the bottom band (normal state). |
| BottomRightNavigationButtonSize | Width of the bottom-right navigation arrow button in logical pixels. |
| BottomSize | Height of the bottom position header band in logical pixels. |
| BottomStroke | Border stroke for the bottom position header band. |
| BottomVerticalTextAlign | Vertical text alignment in the bottom position band. Default: gtaCenter. |
| BottomVerticalTextMode | Vertical text rotation mode for the bottom band. Default: pvtmAuto. |
| FillEmptySpaces | True fills the corner areas where position bands overlap the timeline bands. Default: True. |
| Layouts | Set of sides on which the position header bands are displayed. Default: [pplTop]. |
| Size | Shared height used for both top and bottom position bands when Stretch is False. |
| Stretch | True stretches the position bands to fill the available width. Default: True. |
| TopFill | Background fill for the top position header band. |
| TopFont | Font for position labels in the top band. |
| TopHorizontalTextAlign | Horizontal text alignment in the top position band. Default: gtaCenter. |
| TopLeftNavigationButtonSize | Width of the top-left navigation arrow button in logical pixels. |
| TopNavigationButtonDownFill | Fill for navigation arrow buttons in the top band (pressed state). |
| TopNavigationButtonDownStroke | Stroke for navigation arrow buttons in the top band (pressed state). |
| TopNavigationButtonFill | Fill for navigation arrow buttons in the top band (normal state). |
| TopNavigationButtonHoverFill | Fill for navigation arrow buttons in the top band (hover state). |
| TopNavigationButtonHoverStroke | Stroke for navigation arrow buttons in the top band (hover state). |
| TopNavigationButtonStroke | Stroke for navigation arrow buttons in the top band (normal state). |
| TopRightNavigationButtonSize | Width of the top-right navigation arrow button in logical pixels. |
| TopSize | Height of the top position header band in logical pixels. |
| TopStroke | Border stroke for the top position header band. |
| TopVerticalTextAlign | Vertical text alignment in the top position band. Default: gtaCenter. |
| TopVerticalTextMode | Vertical text rotation mode for the top band. Default: pvtmAuto. |