CalendarDayOfWeekCellStyle Members
Stores appearance settings for the days of the week.Constructors
| Name | Description |
|---|---|
| CalendarDayOfWeekCellStyle() | Initializes a new instance of the CalendarDayOfWeekCellStyle 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