MonthViewCellStyle Properties
The storage for month view cell appearance settings.Name | Description |
---|---|
BackgroundColor | Gets or sets the color that cells use to paint their background. Inherited from CellStyle. |
BorderColor | Gets or sets the color that cells use to paint their left and bottom borders. Inherited from CellStyle. |
BottomBorderThickness | Gets or sets the bottom border thickness of cells. Inherited from CellStyle. |
Customizer | Gets or sets an object that customizes the month view cell’s appearance depending on internal logic. |
DayNumberHeight | Gets or sets the height of an area the cell uses to display the day of the month. |
DayNumberTextStyle | Gets or sets text appearance settings that the View uses to display the day of the month. |
DayStringFormat | Gets or sets the format string the cells use to display the day text. |
FirstDayOfMonthDayNumberTextStyle | Gets or sets text appearance settings that the View uses to display the day of the month when the day is the first day of the month. |
FirstDayOfMonthStringFormat | Gets or sets the format string the cells use to display the day text when the cell represents the first day of a month. |
FirstDayOfYearStringFormat | Gets or sets the format string the cells use to display the day text when the cell represents the first day of a month. |
LeftBorderThickness | Gets or sets the left border thickness of cells. Inherited from CellStyle. |
MonthSeparationBorderThickness | Gets or sets the thickness that the View uses to paint its left border of the cell when the cell displays the first day of the month. |
TodayBackgroundColor | Gets or sets the color that cells use to paint their background when they represent time slots that occur today. Inherited from CellStyle. |
TodayDayNumberBackgroundColor | Gets or sets the color the View uses to paint the background of day of the month when the cell displays today date. |
TodayDayNumberTextStyle | Gets or sets text appearance settings that the View uses to display the day of the month when the day is today. |
TodayFirstDayOfMonthDayNumberTextStyle | Gets or sets text appearance settings that the View uses to display the day of the month when the day is the first day of the month and is today. |
See Also