CalendarSelectableCellStyle Fields
Stores appearance settings for calendar cells in the selected and disabled states.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. |
See Also