TTMSFNCNavigationPanelItemsAppearance Class
Appearance settings for the full-sized navigation panel item headers, extending the base class with fonts for all states and badge and compact-mode settings.
API unit family: TMSFNCNavigationPanel
Inherits from: TTMSFNCNavigationPanelAppearance
Syntax
TTMSFNCNavigationPanelItemsAppearance = class(TTMSFNCNavigationPanelAppearance)
Properties
| Name | Description |
|---|---|
| ActiveFill | Background fill of items/buttons when active (expanded or selected). (inherited from TTMSFNCNavigationPanelAppearance) |
| ActiveFont | Font for the active item header. (inherited from TTMSFNCNavigationPanelAppearance) |
| ActiveStroke | Border stroke of items/buttons when active. (inherited from TTMSFNCNavigationPanelAppearance) |
| BadgeFill | Fill of the badge overlay on item headers. (inherited from TTMSFNCNavigationPanelAppearance) |
| BadgeFont | Font for badge text on item headers. (inherited from TTMSFNCNavigationPanelAppearance) |
| BadgeStroke | Stroke of the badge overlay on item headers. (inherited from TTMSFNCNavigationPanelAppearance) |
| CompactDisabledFill | Fill of compact-button items when disabled. (inherited from TTMSFNCNavigationPanelAppearance) |
| CompactDisabledStroke | Stroke of compact-button items when disabled. (inherited from TTMSFNCNavigationPanelAppearance) |
| CompactDownFill | Fill of compact-button items when pressed. (inherited from TTMSFNCNavigationPanelAppearance) |
| CompactDownStroke | Stroke of compact-button items when pressed. (inherited from TTMSFNCNavigationPanelAppearance) |
| CompactHoverFill | Fill of compact-button items when hovered. (inherited from TTMSFNCNavigationPanelAppearance) |
| CompactHoverStroke | Stroke of compact-button items when hovered. (inherited from TTMSFNCNavigationPanelAppearance) |
| DisabledFill | Background fill of disabled items/buttons. (inherited from TTMSFNCNavigationPanelAppearance) |
| DisabledFont | Font for item headers when disabled. (inherited from TTMSFNCNavigationPanelAppearance) |
| DisabledStroke | Border stroke of disabled items/buttons. (inherited from TTMSFNCNavigationPanelAppearance) |
| DownFill | Background fill of items/buttons when pressed. (inherited from TTMSFNCNavigationPanelAppearance) |
| DownFont | Font for item headers when pressed. (inherited from TTMSFNCNavigationPanelAppearance) |
| DownStroke | Border stroke of items/buttons when pressed. (inherited from TTMSFNCNavigationPanelAppearance) |
| Fill | Background fill of items/buttons in their normal state. (inherited from TTMSFNCNavigationPanelAppearance) |
| Font | Font for item headers in the normal state. (inherited from TTMSFNCNavigationPanelAppearance) |
| HoverFill | Background fill of items/buttons when hovered. (inherited from TTMSFNCNavigationPanelAppearance) |
| HoverFont | Font for item headers when hovered. (inherited from TTMSFNCNavigationPanelAppearance) |
| HoverStroke | Border stroke of items/buttons when hovered. (inherited from TTMSFNCNavigationPanelAppearance) |
| Size | Height of item header bars in pixels. (inherited from TTMSFNCNavigationPanelAppearance) |
| Spacing | Vertical gap in pixels between consecutive item headers. (inherited from TTMSFNCNavigationPanelAppearance) |
| Stroke | Border stroke of items/buttons in their normal state. (inherited from TTMSFNCNavigationPanelAppearance) |