New to Telerik UI for .NET MAUIStart a free 30-day trial

A class that handles updates from a IAppointmentView to its native counterpart.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public static class AppointmentViewExtensions

Inheritance: objectAppointmentViewExtensions

Methods

Updates the CornerRadius property of the native view in accordance to the virtual element.

C#
public static void UpdateCornerRadius(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters:nativeViewMauiAppointmentView

The native view.

virtualElementIAppointmentView

The virtual element.

Updates the Padding property of the native view in accordance to the virtual element.

C#
public static void UpdatePadding(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters:nativeViewMauiAppointmentView

The native view.

virtualElementIAppointmentView

The virtual element.

Updates the Subject property of the native view in accordance to the virtual element.

C#
public static void UpdateSubject(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters:nativeViewMauiAppointmentView

The native view.

virtualElementIAppointmentView

The virtual element.

Updates the font of the subject native view in accordance to the virtual element.

C#
public static void UpdateSubjectFont(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters:nativeViewMauiAppointmentView

The native view.

virtualElementIAppointmentView

The virtual element.

Updates the SubjectTextColor property of the native view in accordance to the virtual element.

C#
public static void UpdateSubjectTextColor(this MauiAppointmentView nativeView, IAppointmentView virtualElement)
Parameters:nativeViewMauiAppointmentView

The native view.

virtualElementIAppointmentView

The virtual element.