Class AppointmentViewExtensions
A class that handles updates from a IAppointment
Inheritance
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public static class AppointmentViewExtensions : Object
Methods
UpdateCornerRadius(MauiAppointmentView, IAppointmentView)
Updates the CornerRadius property of the native view in accordance to the virtual element.
Declaration
public static void UpdateCornerRadius(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters
Maui The native view. |
IAppointment The virtual element. |
UpdatePadding(MauiAppointmentView, IAppointmentView)
Updates the Padding property of the native view in accordance to the virtual element.
Declaration
public static void UpdatePadding(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters
Maui The native view. |
IAppointment The virtual element. |
UpdateSubject(MauiAppointmentView, IAppointmentView)
Updates the Subject property of the native view in accordance to the virtual element.
Declaration
public static void UpdateSubject(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters
Maui The native view. |
IAppointment The virtual element. |
UpdateSubjectFont(MauiAppointmentView, IAppointmentView)
Updates the font of the subject native view in accordance to the virtual element.
Declaration
public static void UpdateSubjectFont(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters
Maui The native view. |
IAppointment The virtual element. |
UpdateSubjectTextColor(MauiAppointmentView, IAppointmentView)
Updates the SubjectTextColor property of the native view in accordance to the virtual element.
Declaration
public static void UpdateSubjectTextColor(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters
Maui The native view. |
IAppointment The virtual element. |