TTMSFNCCalendarWeekNumberAppearance Class
Appearance settings for the week-number column displayed at the left of the calendar grid.
API unit family: TMSFNCCalendar
Inherits from: TPersistent
Syntax
TTMSFNCCalendarWeekNumberAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Background fill of the week-number column cells. |
| Font | Font used to render week numbers. |
| HorizontalTextAlign | Horizontal alignment of week-number text within each cell. |
| Stroke | Border stroke of the week-number column cells. |
| VerticalTextAlign | Vertical alignment of week-number text within each cell. |
| Visible | When True, the week-number column is displayed at the left of the calendar grid. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any week-number appearance setting changes. |