TTMSFNCKanbanBoardColumnsAppearance Class
Defines the shared visual appearance of all columns on the kanban board, including header and footer fill, font, stroke, spacing, and margins.
API unit family: TMSFNCKanbanBoard
Inherits from: TPersistent
Syntax
TTMSFNCKanbanBoardColumnsAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | The default background fill applied to all column body areas. |
| FooterFill | The default background fill applied to all column footer bars. |
| FooterFont | The default font applied to all column footer bars. |
| FooterSize | The height in pixels of the column footer bar. |
| FooterStroke | The default border stroke applied to all column footer bars. |
| HeaderFill | The default background fill applied to all column header bars. |
| HeaderFont | The default font applied to all column header bars. |
| HeaderSize | The height in pixels of the column header bar. |
| HeaderStroke | The default border stroke applied to all column header bars. |
| Margins | The outer margins around all columns on the board. |
| Spacing | The horizontal gap in pixels between adjacent columns. |
| Stroke | The default border stroke applied to all column body areas. |