New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the UI component of a IAppointmentView that handles proper visualization on different platforms.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public interface IAppointmentView : IView, IElement, ITransform

Derived Classes: AppointmentView

Properties

Gets the corner radius of the appointment.

C#
double CornerRadius { get; }

Gets the text color of the delete button that is visualized when appointment is hovered in WinUI and MacCatalyst.

C#
Color DeleteButtonTextColor { get; }

Padding

Thickness

Gets the padding of the appointment.

C#
Thickness Padding { get; }

Gets the subject of the appointment.

C#
string Subject { get; }

Gets the font of the subject.

C#
Font SubjectFont { get; }

Gets the text color of the subject.

C#
Color SubjectTextColor { get; }