TTMSFNCTileListAppearance Class
Global appearance settings for tile list items, controlling fill, stroke, font, spacing, badge styling, and tile size for normal, hover, down, selected, and disabled states.
API unit family: TMSFNCTileList
Inherits from: TPersistent
Syntax
TTMSFNCTileListAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BadgeFill | Background fill of the badge overlay circle. |
| BadgeFont | Font used for the badge overlay text. |
| BadgeStroke | Border stroke of the badge overlay circle. |
| DescriptionFont | Font used to render the tile description text. |
| Fill | Background fill of tiles in their normal state. |
| FillDisabled | Background fill of tiles when disabled. |
| FillDown | Background fill of tiles when pressed. |
| FillHover | Background fill of tiles when hovered. |
| FillSelected | Background fill of tiles when selected. |
| HorizontalSpacing | Horizontal gap in pixels between tile columns. |
| ItemHeight | Default tile height in pixels. |
| ItemWidth | Default tile width in pixels. |
| Stroke | Border stroke of tiles in their normal state. |
| StrokeDisabled | Border stroke of tiles when disabled. |
| StrokeDown | Border stroke of tiles when pressed. |
| StrokeHover | Border stroke of tiles when hovered. |
| StrokeSelected | Border stroke of tiles when selected. |
| TitleFont | Font used to render the tile title text. |
| VerticalSpacing | Vertical gap in pixels between tile rows. |