Skip to main content
A newer version of this page is available. .

CalendarSelectableCellAppearance Fields

Stores appearance settings for calendar cells in the selected and disabled states.
Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property. Inherited from CalendarCellAppearance.
DisabledBackgroundColorProperty static Identifies the DisabledBackgroundColor bindable property.
DisabledFontAttributesProperty static Identifies the DisabledFontAttributes bindable property.
DisabledFontFamilyProperty static Identifies the DisabledFontFamily bindable property.
DisabledFontSizeProperty static Identifies the DisabledFontSize bindable property.
DisabledTextColorProperty static Identifies the DisabledTextColor bindable property.
FontAttributesProperty static Identifies the FontAttributes bindable property. Inherited from CalendarCellAppearance.
FontFamilyProperty static Identifies the FontFamily bindable property. Inherited from CalendarCellAppearance.
FontSizeProperty static Identifies the FontSize bindable property. Inherited from CalendarCellAppearance.
SelectedBackgroundColorProperty static Identifies the SelectedBackgroundColor bindable property.
SelectedEllipseBackgroundColorProperty static Identifies the SelectedEllipseBackgroundColor bindable property.
SelectedFontAttributesProperty static Identifies the SelectedFontAttributes bindable property.
SelectedFontFamilyProperty static Identifies the SelectedFontFamily bindable property.
SelectedFontSizeProperty static Identifies the SelectedFontSize bindable property.
SelectedTextColorProperty static Identifies the SelectedTextColor bindable property.
TextColorProperty static Identifies the TextColor bindable property. Inherited from CalendarCellAppearance.
See Also