IAppointmentView
Interface
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:
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; }
SubjectFont
Font
Gets the font of the subject.
C#
Font SubjectFont { get; }
SubjectTextColor
Color
Gets the text color of the subject.
C#
Color SubjectTextColor { get; }