Class AppointmentViewExtensions
A class that handles updates from a IAppointmentView to its native counterpart.
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
MauiAppointmentView
nativeView
The native view. |
IAppointmentView
virtualElement
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
MauiAppointmentView
nativeView
The native view. |
IAppointmentView
virtualElement
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
MauiAppointmentView
nativeView
The native view. |
IAppointmentView
virtualElement
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
MauiAppointmentView
nativeView
The native view. |
IAppointmentView
virtualElement
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
MauiAppointmentView
nativeView
The native view. |
IAppointmentView
virtualElement
The virtual element. |