Class MauiAppointmentView
Inheritance
System.Object
MauiAppointmentView
Namespace: Telerik.Maui.Platform
Assembly: Telerik.Maui.Core.dll
Syntax
public class MauiAppointmentView : View
Constructors
MauiAppointmentView(Context)
Declaration
public MauiAppointmentView(Context context)
Parameters
Android.
|
Properties
CornerRadius
Declaration
public float CornerRadius { get; set; }
Property Value
System.
|
Padding
Declaration
public Thickness Padding { get; set; }
Property Value
Microsoft.
|
Subject
Declaration
public string Subject { get; set; }
Property Value
System.
|
SubjectFont
Declaration
public Typeface SubjectFont { get; set; }
Property Value
Android.
|
SubjectTextColor
Declaration
public Nullable<Color> SubjectTextColor { get; set; }
Property Value
System.
|
SubjectTextSize
Declaration
public float SubjectTextSize { get; set; }
Property Value
System.
|
Methods
OnDraw(Canvas)
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Android.
|