InterfaceIAppointmentView
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:
cs-api-definition
public interface IAppointmentView : IView, IElement, ITransform
Properties
CornerRadius
Gets the corner radius of the appointment.
DeleteButtonTextColor
Gets the text color of the delete button that is visualized when appointment is hovered in WinUI and MacCatalyst.
Declaration
cs-api-definition
Color DeleteButtonTextColor { get; }
Property Value
Color
Padding
Gets the padding of the appointment.
Declaration
cs-api-definition
Thickness Padding { get; }
Property Value
Thickness
Subject
Gets the subject of the appointment.
SubjectFont
Gets the font of the subject.
Declaration
cs-api-definition
Font SubjectFont { get; }
Property Value
Font
SubjectTextColor
Gets the text color of the subject.
Declaration
cs-api-definition
Color SubjectTextColor { get; }
Property Value
Color