ClassMauiAppointmentView
Class
Definition
Namespace:Telerik.Maui.Platform
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public class MauiAppointmentView : View
Inheritance: objectMauiAppointmentView
Constructors
MauiAppointmentView(Context)
Declaration
cs-api-definition
public MauiAppointmentView(Context context)
Parameters
context
Context
Properties
Padding
Declaration
cs-api-definition
public Thickness Padding { get; set; }
Property Value
Thickness
SubjectFont
Declaration
cs-api-definition
public Typeface SubjectFont { get; set; }
Property Value
Typeface
SubjectTextColor
Declaration
cs-api-definition
public Color? SubjectTextColor { get; set; }
Property Value
Color?
Methods
OnDraw(Canvas)
Declaration
cs-api-definition
protected override void OnDraw(Canvas canvas)
Parameters
canvas
Canvas