AppointmentViewModel Properties
The storage for appearance settings values of an individual appointment item‘s representation.| Name | Description |
|---|---|
| Appointment | Returns the appointment for whose representation the view model provides data. |
| BackgroundColor | Gets or sets the color the appointment representation uses to paint its background. |
| BorderColor | Gets or sets the color the appointment representation uses to paint its border. |
| BorderThickness | Gets or sets the border thickness of the appointment representation. |
| ContentPadding | Gets or sets the content padding of the appointment representation. |
| CustomFields | Returns the appointment’s CustomFields. |
| IconTintColor | |
| Label | Returns the appointment’s label. |
| ShowChangedRecurrenceImage | Returns whether the appointment representation should show the Changed Recurrence () icon. |
| ShowRecurrenceImage | Returns whether the appointment representation should show the Recurrence () icon. |
| ShowReminderImage | |
| Status | Returns the appointment’s status. |
| Text | Returns text the appointment representation shows. |
| TextColor | Gets or sets the color the appointment representation uses to paint its text. |
| TextFontAttributes | Gets or sets whether the appointment representation’s text is bold, italic, neither, or both. |
| TextFontFamily | Gets or sets the name of the font family the appointment representation uses to draw its text. |
| TextFontSize | Gets or sets the font size for text the appointment representation shows. |
| VisibleInterval | Returns the appointment’s visible interval. |
See Also