Skip to main content

MonthViewCellStyle Members

The storage for month view cell appearance settings.

Constructors

Name Description
MonthViewCellStyle() Initializes a new MonthViewCellStyle instance with the default settings.

Fields

Name Description
BackgroundColorProperty static Identify the BackgroundColor dependency property. Inherited from CellStyle.
BorderColorProperty static Identify the BorderColor dependency property. Inherited from CellStyle.
BottomBorderThicknessProperty static Identify the BottomBorderThickness dependency property. Inherited from CellStyle.
CustomizerProperty static Identifies the Customizer dependency property.
DayNumberHeightProperty static Identifies the DayNumberHeight dependency property.
DayNumberTextStyleProperty static Identifies the DayNumberTextStyle dependency property.
DayStringFormatProperty static Identifies the DayStringFormat dependency property.
FirstDayOfMonthDayNumberTextStyleProperty static Identifies the FirstDayOfMonthDayNumberTextStyle dependency property.
FirstDayOfMonthStringFormatProperty static Identifies the FirstDayOfMonthStringFormat dependency property.
FirstDayOfYearStringFormatProperty static Identifies the FirstDayOfYearStringFormat dependency property.
LeftBorderThicknessProperty static Identify the LeftBorderThickness dependency property. Inherited from CellStyle.
MonthSeparationBorderThicknessProperty static Identifies the MonthSeparationBorderThickness dependency property.
TodayBackgroundColorProperty static Identify the TodayBackgroundColor dependency property. Inherited from CellStyle.
TodayDayNumberBackgroundColorProperty static Identifies the TodayDayNumberBackgroundColor dependency property.
TodayDayNumberTextStyleProperty static Identifies the TodayDayNumberTextStyle dependency property.
TodayFirstDayOfMonthDayNumberTextStyleProperty static Identifies the TodayFirstDayOfMonthDayNumberTextStyle dependency property.

Properties

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