TTMSFNCCalendarHeader Class
Appearance settings for the calendar header bar, controlling fill, stroke, font, text alignment, arrow navigation buttons, height, and visibility.
API unit family: TMSFNCCalendar
Inherits from: TPersistent
Syntax
TTMSFNCCalendarHeader = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Arrow | Appearance settings for the left and right navigation arrows in the header. |
| Fill | Background fill of the header bar. |
| Font | Font used to render the month/year label in the header. |
| Height | Height of the header bar in pixels. |
| HorizontalTextAlign | Horizontal alignment of the month/year label text. |
| Stroke | Border stroke of the header bar. |
| VerticalTextAlign | Vertical alignment of the month/year label text. |
| Visible | When False, the header bar is hidden. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any header setting changes. |