Skip to main content
All docs
V22.1

CalendarMonthCellStyle Members

Stores appearance settings for month cells.

Constructors

Name Description
CalendarMonthCellStyle() Initializes a new instance of the CalendarMonthCellStyle class.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor dependency property. Inherited from CalendarCellStyle.
DisabledBackgroundColorProperty static Identifies the DisabledBackgroundColor dependency property. Inherited from CalendarSelectableCellStyle.
DisabledFontAttributesProperty static Identifies the DisabledFontAttributes dependency property. Inherited from CalendarSelectableCellStyle.
DisabledFontFamilyProperty static Identifies the DisabledFontFamily dependency property. Inherited from CalendarSelectableCellStyle.
DisabledFontSizeProperty static Identifies the DisabledFontSize dependency property. Inherited from CalendarSelectableCellStyle.
DisabledTextColorProperty static Identifies the DisabledTextColor dependency property. Inherited from CalendarSelectableCellStyle.
FontAttributesProperty static Identifies the FontAttributes dependency property. Inherited from CalendarCellStyle.
FontFamilyProperty static Identifies the FontFamily dependency property. Inherited from CalendarCellStyle.
FontSizeProperty static Identifies the FontSize dependency property. Inherited from CalendarCellStyle.
SelectedBackgroundColorProperty static Identifies the SelectedBackgroundColor dependency property. Inherited from CalendarSelectableCellStyle.
SelectedEllipseBackgroundColorProperty static Identifies the SelectedEllipseBackgroundColor dependency property. Inherited from CalendarSelectableCellStyle.
SelectedFontAttributesProperty static Identifies the SelectedFontAttributes dependency property. Inherited from CalendarSelectableCellStyle.
SelectedFontFamilyProperty static Identifies the SelectedFontFamily dependency property. Inherited from CalendarSelectableCellStyle.
SelectedFontSizeProperty static Identifies the SelectedFontSize dependency property. Inherited from CalendarSelectableCellStyle.
SelectedTextColorProperty static Identifies the SelectedTextColor dependency property. Inherited from CalendarSelectableCellStyle.
TextColorProperty static Identifies the TextColor dependency property. Inherited from CalendarCellStyle.

Properties

Name Description
BackgroundColor Gets or sets a background color for calendar cells. Inherited from CalendarCellStyle.
DisabledBackgroundColor Gets or sets the background color for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledFontAttributes Gets or sets font attributes for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledFontFamily Gets or sets the font for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledFontSize Gets or sets the font size for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledTextColor Gets or sets the foreground color for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
FontAttributes Gets or sets font attributes for calendar cells. Inherited from CalendarCellStyle.
FontFamily Gets or sets a font for calendar cells. Inherited from CalendarCellStyle.
FontSize Gets or sets a font size for calendar cells. Inherited from CalendarCellStyle.
SelectedBackgroundColor Gets or sets the background color for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedEllipseBackgroundColor Gets or sets the background color for the selection ellipse. Inherited from CalendarSelectableCellStyle.
SelectedFontAttributes Gets or sets font attributes for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedFontFamily Gets or sets the font for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedFontSize Gets or sets the font size for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedTextColor Gets or sets the foreground color for cells in the selected state. Inherited from CalendarSelectableCellStyle.
TextColor Gets or sets a text color for calendar cells. Inherited from CalendarCellStyle.
See Also