Interface IAppointmentView
Represents the UI component of a IAppointmentView that handles proper visualization on different platforms.
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.Double
|
Padding
Gets the padding of the appointment.
Declaration
Thickness Padding { get; }
Property Value
Microsoft.Maui.Thickness
|
Subject
Gets the subject of the appointment.
Declaration
string Subject { get; }
Property Value
System.String
|
SubjectFont
Gets the font of the subject.
Declaration
Font SubjectFont { get; }
Property Value
Microsoft.Maui.Font
|
SubjectTextColor
Gets the text color of the subject.
Declaration
Color SubjectTextColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|