Class
AppointmentViewExtensions

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

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public static class AppointmentViewExtensions

Inheritance: objectAppointmentViewExtensions

Methods

UpdateCornerRadius(MauiAppointmentView, IAppointmentView)

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

Declaration

cs-api-definition
public static void UpdateCornerRadius(this MauiAppointmentView nativeView, IAppointmentView virtualElement)

Parameters

nativeView

MauiAppointmentView

The native view.

virtualElement

IAppointmentView

The virtual element.

UpdatePadding(MauiAppointmentView, IAppointmentView)

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

Declaration

cs-api-definition
public static void UpdatePadding(this MauiAppointmentView nativeView, IAppointmentView virtualElement)

Parameters

nativeView

MauiAppointmentView

The native view.

virtualElement

IAppointmentView

The virtual element.

UpdateSubject(MauiAppointmentView, IAppointmentView)

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

Declaration

cs-api-definition
public static void UpdateSubject(this MauiAppointmentView nativeView, IAppointmentView virtualElement)

Parameters

nativeView

MauiAppointmentView

The native view.

virtualElement

IAppointmentView

The virtual element.

UpdateSubjectFont(MauiAppointmentView, IAppointmentView)

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

Declaration

cs-api-definition
public static void UpdateSubjectFont(this MauiAppointmentView nativeView, IAppointmentView virtualElement)

Parameters

nativeView

MauiAppointmentView

The native view.

virtualElement

IAppointmentView

The virtual element.

UpdateSubjectTextColor(MauiAppointmentView, IAppointmentView)

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

Declaration

cs-api-definition
public static void UpdateSubjectTextColor(this MauiAppointmentView nativeView, IAppointmentView virtualElement)

Parameters

nativeView

MauiAppointmentView

The native view.

virtualElement

IAppointmentView

The virtual element.