TTMSFNCKanbanBoardItemsAppearance Class
Defines the shared visual appearance of all items on the kanban board, including fill, stroke, font, spacing, margins, and height settings.
API unit family: TMSFNCKanbanBoard
Inherits from: TPersistent
Syntax
TTMSFNCKanbanBoardItemsAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DisabledFill | The default background fill of item cards when disabled. |
| DisabledStroke | The default border stroke of item cards when disabled. |
| Fill | The default background fill of item cards in their normal state. |
| FixedHeight | The fixed height in pixels of all item cards; used only when HeightMode is kbhmFixed. |
| Font | The default font used for item body text. |
| HTMLTemplate | An HTML template string for rendering item cards; use %s placeholders that map to item HTMLTemplateItems key-value pairs. |
| Height | The default height in pixels of item cards; used as the initial height in variable-height mode. |
| HeightMode | Specifies whether item heights are fixed or computed from content. |
| Margins | The inner padding between a column's edge and its item cards. |
| SelectedFill | The default background fill of item cards when selected. |
| SelectedStroke | The default border stroke of item cards when selected. |
| ShowFocus | When True, a focus rectangle is drawn around the focused item card. |
| Spacing | The vertical gap in pixels between adjacent item cards within a column. |
| Stroke | The default border stroke of item cards in their normal state. |
| TitleFont | The default font used for item title text. |