TTMSFNCCalendarDayNameAppearance Class
Appearance settings for the calendar's day-name row (Mon, Tue, … Sun), controlling fill, stroke, font, text alignment, and row height.
API unit family: TMSFNCCalendar
Inherits from: TPersistent
Syntax
TTMSFNCCalendarDayNameAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Background fill of the day-name row. |
| Font | Font used to render the day names. |
| Height | Height of the day-name row in pixels. |
| HorizontalTextAlign | Horizontal alignment of day-name text within each cell. |
| Stroke | Border stroke of the day-name row. |
| VerticalTextAlign | Vertical alignment of day-name text within the row. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any day-name appearance setting changes. |