Interface IAppointmentView
Represents the UI component of a IAppointment
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IAppointmentView : IView, IElement, ITransform
Properties
CornerRadius
Gets the corner radius of the appointment.
Declaration
double CornerRadius { get; }
Property Value
System.
|
DeleteButtonTextColor
Gets the text color of the delete button that is visualized when appointment is hovered in WinUI and MacCatalyst.
Declaration
Color DeleteButtonTextColor { get; }
Property Value
Microsoft.
|
Padding
Gets the padding of the appointment.
Declaration
Thickness Padding { get; }
Property Value
Microsoft.
|
Subject
Gets the subject of the appointment.
Declaration
string Subject { get; }
Property Value
System.
|
SubjectFont
Gets the font of the subject.
Declaration
Font SubjectFont { get; }
Property Value
Microsoft.
|
SubjectTextColor
Gets the text color of the subject.
Declaration
Color SubjectTextColor { get; }
Property Value
Microsoft.
|