Skip to main content
All docs
V22.1

CalendarHeaderStyle Members

Stores appearance settings for calendar headers.

Constructors

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

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor dependency property. Inherited from CalendarCellStyle.
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.
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.
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.
TextColor Gets or sets a text color for calendar cells. Inherited from CalendarCellStyle.
See Also