AgendaAppointmentViewModel Properties
The storage for settings of an individual AgendaView appointment.Name | Description |
---|---|
Appointment | Gets the AgendaView appointment. |
BackgroundColor | Gets or sets the AgendaView appointment’s background color. |
BorderColor | Gets or sets the AgendaView appointment’s border color. |
CustomFields | Gets the AgendaView appointment’s custom fields. |
IconTintColor | Gets or sets the AgendaView appointment’s icon tint color. |
IntervalText | Gets or sets the color the AgendaView appointment time text. |
IntervalTextColor | Gets or sets the color the AgendaView appointment representation uses to paint its time. |
IntervalTextFontAttributes | Gets or sets whether the AgendaView appointment representation’s time is bold, italic, neither, or both. |
IntervalTextFontFamily | Gets or sets the name of the font family the AgendaView appointment representation uses to draw its time. |
IntervalTextFontSize | Gets or sets the font size for time the AgendaView appointment representation shows. |
Label | Gets or sets the AgendaView appointment’s label. |
Position | Gets or sets the appointment position within this day. |
ShowChangedRecurrenceImage | Gets or sets whether the AgendaView‘s appointment representation should show the Changed Recurrence () icon. |
ShowRecurrenceImage | Gets or sets whether the AgendaView appointment representation should show the Recurrence () icon. |
ShowReminderImage | Gets or sets whether the AgendaView appointment representation should show the Reminder () icon. |
Text | Gets or sets the appointment’s text. Inherited from AppointmentViewModelBase. |
TextColor | Gets or sets the color the AgendaView appointment representation uses to paint its text. |
TextFontAttributes | Gets or sets whether the AgendaView appointment representation’s text is bold, italic, neither, or both. |
TextFontFamily | Gets or sets the name of the font family the AgendaView appointment representation uses to draw its text. |
TextFontSize | Gets or sets the font size of the AgendaView appointment’s text. |
View | Gets the AgendaView instance that is associated with the current ViewModel. |
VisibleInterval | Inherited from AppointmentViewModelBase. |
See Also