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