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.Content.Context
context
|
Properties
CornerRadius
Declaration
public float CornerRadius { get; set; }
Property Value
System.Single
|
Padding
Declaration
public Thickness Padding { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Subject
Declaration
public string Subject { get; set; }
Property Value
System.String
|
SubjectFont
Declaration
public Typeface SubjectFont { get; set; }
Property Value
Android.Graphics.Typeface
|
SubjectTextColor
Declaration
public Nullable<Color> SubjectTextColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
SubjectTextSize
Declaration
public float SubjectTextSize { get; set; }
Property Value
System.Single
|
Methods
OnDraw(Canvas)
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|