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