CalendarSelectableCellAppearance Fields
Stores appearance settings for calendar cells in the selected and disabled states.| Name | Description |
|---|---|
| AutomationIdProperty static | Bindable property for AutomationId. Inherited from Element. |
| BackgroundColorProperty static | Identifies the BackgroundColor bindable property. Inherited from CalendarCellAppearance. |
| BindingContextProperty static | Bindable property for BindingContext. Inherited from BindableObject. |
| ClassIdProperty static | Bindable property for ClassId. Inherited from Element. |
| 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