TTMSFNCNavigationPanelAppearance Class
Base appearance class for navigation panel items and buttons, providing fill, stroke, font, size, spacing, and badge styling for normal, active, hover, down, and disabled states.
API unit family: TMSFNCNavigationPanel
Inherits from: TPersistent
Syntax
TTMSFNCNavigationPanelAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ActiveFill | Background fill of items/buttons when active (expanded or selected). |
| ActiveStroke | Border stroke of items/buttons when active. |
| DisabledFill | Background fill of disabled items/buttons. |
| DisabledStroke | Border stroke of disabled items/buttons. |
| DownFill | Background fill of items/buttons when pressed. |
| DownStroke | Border stroke of items/buttons when pressed. |
| Fill | Background fill of items/buttons in their normal state. |
| HoverFill | Background fill of items/buttons when hovered. |
| HoverStroke | Border stroke of items/buttons when hovered. |
| Size | Height of item header bars in pixels. |
| Spacing | Vertical gap in pixels between consecutive item headers. |
| Stroke | Border stroke of items/buttons in their normal state. |