CalendarSelectableCellStyle Members
Stores appearance settings for calendar cells in the selected and disabled states.Fields
| Name | Description |
|---|---|
| BackgroundColorProperty static | Identifies the BackgroundColor dependency property. Inherited from CalendarCellStyle. |
| DisabledBackgroundColorProperty static | Identifies the DisabledBackgroundColor dependency property. |
| DisabledFontAttributesProperty static | Identifies the DisabledFontAttributes dependency property. |
| DisabledFontFamilyProperty static | Identifies the DisabledFontFamily dependency property. |
| DisabledFontSizeProperty static | Identifies the DisabledFontSize dependency property. |
| DisabledTextColorProperty static | Identifies the DisabledTextColor dependency property. |
| 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. |
| SelectedEllipseBackgroundColorProperty static | Identifies the SelectedEllipseBackgroundColor dependency property. |
| SelectedFontAttributesProperty static | Identifies the SelectedFontAttributes dependency property. |
| SelectedFontFamilyProperty static | Identifies the SelectedFontFamily dependency property. |
| SelectedFontSizeProperty static | Identifies the SelectedFontSize dependency property. |
| SelectedTextColorProperty static | Identifies the SelectedTextColor dependency property. |
| 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. |
| DisabledFontAttributes | Gets or sets font attributes for cells in the disabled state. |
| DisabledFontFamily | Gets or sets the font for cells in the disabled state. |
| DisabledFontSize | Gets or sets the font size for cells in the disabled state. |
| DisabledTextColor | Gets or sets the foreground color for cells in the disabled state. |
| 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. |
| SelectedEllipseBackgroundColor | Gets or sets the background color for the selection ellipse. |
| SelectedFontAttributes | Gets or sets font attributes for cells in the selected state. |
| SelectedFontFamily | Gets or sets the font for cells in the selected state. |
| SelectedFontSize | Gets or sets the font size for cells in the selected state. |
| SelectedTextColor | Gets or sets the foreground color for cells in the selected state. |
| TextColor | Gets or sets a text color for calendar cells. Inherited from CalendarCellStyle. |
See Also