maui-devexpress-dot-maui-dot-scheduler-dot-agendaview-e7c72743.md
Gets or sets appearance settings of AgendaView appointments. This is a bindable property.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public AgendaAppointmentAppearance AppointmentAppearance { get; set; }
| Type | Description |
|---|---|
| AgendaAppointmentAppearance |
The appointment appearance.
|
The AppointmentAppearance includes the following settings that manage the appointment’s appearance:
The following table lists available appointment appearance properties:
| Property | Description |
|---|---|
| AgendaAppointmentAppearance.BackgroundColor | Gets or sets the AgendaView appointment’s background color. This is a bindable property. |
| AppointmentAppearanceBase.BorderColor | Gets or sets the border color of the scheduler‘s appointments. This is a bindable property. |
| AppointmentAppearance.ContentPadding | Gets or sets the content padding of the scheduler‘s appointments. This is a bindable property. |
| AppointmentAppearanceBase.IconTintColor | Gets or sets the color that is used to tint the scheduler‘s appointment icon. This is a bindable property. |
| AppointmentAppearanceBase.TextColor | Gets or sets the text color of the scheduler‘s appointment. This is a bindable property. |
| AppointmentAppearanceBase.TextFontFamily | Gets or sets the font family of the scheduler appointment’s text. This is a bindable property. |
| AppointmentAppearanceBase.TextFontSize | Gets or sets the font size of the scheduler appointment’s text. This is a bindable property. |
| AgendaAppointmentAppearance.TextFontAttributes | Gets or sets the AgendaView appointment’s text font attributes. This is a bindable property. |
| AgendaAppointmentAppearance.IntervalTextColor | Gets or sets the AgendaView appointment’s time interval text color. This is a bindable property. |
| AgendaAppointmentAppearance.IntervalTextFontAttributes | Gets or sets the AgendaView appointment’s time interval font attributes. This is a bindable property. |
| AgendaAppointmentAppearance.IntervalTextFontFamily | Gets or sets the AgendaView appointment’s time interval font family. This is a bindable property. |
| AgendaAppointmentAppearance.IntervalTextFontSize | Gets or sets the AgendaView appointment’s time interval font size. This is a bindable property. |
See Also