TTMSFNCPlannerItemsAppearance Class
Controls the fill, stroke, font, alignment, move/size/delete areas, helper icons, and link appearance for all planner items.
API unit family: TMSFNCPlanner
Inherits from: TPersistent
Syntax
TTMSFNCPlannerItemsAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ActiveFill | Background fill for the active (editing) item. |
| ActiveFont | Body text font for the active item. |
| ActiveStroke | Border stroke for the active item. |
| ActiveTitleFill | Fill for the title section of the currently active (editing) item. |
| ActiveTitleFont | Font for the title section of the active item. |
| ActiveTitleStroke | Stroke for the title section border of the active item. |
| AlternativeHints | True shows time-helper overlays at the start and end of items while moving or sizing. Default: True. |
| DeleteAreaColor | Background colour of the delete-area button. Default: gcSteelBlue. |
| DeleteAreaSize | Height of the delete-button area at the top-right of each item in logical pixels. |
| DeleteHandlerBitmap | Bitmap displayed in the delete handler button. |
| DeleteHandlerHeight | Height of the delete handler control in logical pixels. |
| DeleteHandlerWidth | Width of the delete handler control in logical pixels. |
| DisabledFill | Background fill for a disabled item. |
| DisabledFont | Body text font for a disabled item. |
| DisabledStroke | Border stroke for a disabled item. |
| DisabledTitleFill | Fill for the title section of a disabled item. |
| DisabledTitleFont | Font for the title section of a disabled item. |
| DisabledTitleStroke | Stroke for the title section border of a disabled item. |
| Fill | Background fill for a normal item. |
| Font | Body text font for a normal item. |
| Gap | Pixel gap between adjacent planner items. |
| LinkArrowShape | Arrowhead style on item link lines. Default: lasNormal. |
| LinkArrowSize | Size of the arrowhead drawn at the end of item link lines in logical pixels. |
| LinkStroke | Stroke used to draw item link lines. |
| MoveAreaColor | Background colour of the move-area strip. |
| MoveAreaSize | Height of the drag-move handle area at the top of each item in logical pixels. |
| SelectedFill | Background fill for a selected item. |
| SelectedFont | Body text font for a selected item. |
| SelectedStroke | Border stroke for a selected item. |
| SelectedTitleFill | Fill for the title section of a selected item. |
| SelectedTitleFont | Font for the title section of a selected item. |
| SelectedTitleStroke | Stroke for the title section border of a selected item. |
| ShowDeleteArea | True shows the delete button area on each item. Default: False. |
| ShowItemHelpers | True shows the time-helper popups when moving or resizing an item. Default: True. |
| ShowLinks | True draws lines between linked items. Default: False. |
| ShowMoveArea | True shows the drag-move handle area on each item. Default: True. |
| ShowSizeArea | True shows the resize handle area on each item. Default: True. |
| SizeAreaColor | Background colour of the resize-area strip. |
| SizeAreaSize | Height of the resize handle area at the bottom of each item in logical pixels. |
| SizeHandlerDownBitmap | Bitmap for the downward-resize handle. |
| SizeHandlerHeight | Height of the size handler control in logical pixels. |
| SizeHandlerLeftBitmap | Bitmap for the left-resize handle. |
| SizeHandlerRightBitmap | Bitmap for the right-resize handle. |
| SizeHandlerUpBitmap | Bitmap for the upward-resize handle. |
| SizeHandlerWidth | Width of the size handler control in logical pixels. |
| Stroke | Border stroke for a normal item. |
| TextHorizontalTextAlign | Horizontal text alignment for the item body text. Default: gtaLeading. |
| TextVerticalTextAlign | Vertical text alignment for the item body text. Default: gtaLeading. |
| TitleFill | Fill for the title section of a normal item. |
| TitleFont | Font for the title section of a normal item. |
| TitleHorizontalTextAlign | Horizontal text alignment for the item title section. Default: gtaLeading. |
| TitleStroke | Stroke for the title section border of a normal item. |
| TitleVerticalTextAlign | Vertical text alignment for the item title section. Default: gtaLeading. |
| WordWrap | True enables word-wrapping for item body text. Default: True. |