Class AppointmentViewHandler
Represents the Maui Handler of the IAppointmentView.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class AppointmentViewHandler : RadViewHandler<IAppointmentView, MauiAppointmentView>
Constructors
AppointmentViewHandler()
AppointmentViewHandler(PropertyMapper)
Initializes a new instance of RadEntryHandler
Declaration
public AppointmentViewHandler(PropertyMapper mapper)
Parameters
Microsoft.Maui.PropertyMapper
mapper
|
Fields
AppointmentViewMapper
The property mapper of the handler.
Declaration
public static PropertyMapper<IAppointmentView, AppointmentViewHandler> AppointmentViewMapper
Field Value
Microsoft.Maui.PropertyMapper<IAppointmentView, AppointmentViewHandler>
|
Methods
CreatePlatformView()
Declaration
protected override MauiAppointmentView CreatePlatformView()
Returns
MauiAppointmentView
|
Overrides
MapCornerRadius(AppointmentViewHandler, IAppointmentView)
Maps the CornerRadius property of the virtual element to the handler and its native view.
Declaration
public static void MapCornerRadius(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
AppointmentViewHandler
handler
The handler. |
IAppointmentView
virtualElement
The virtual element. |
MapPadding(AppointmentViewHandler, IAppointmentView)
Maps the Padding property of the virtual element to the handler and its native view.
Declaration
public static void MapPadding(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
AppointmentViewHandler
handler
The handler. |
IAppointmentView
virtualElement
The virtual element. |
MapSubject(AppointmentViewHandler, IAppointmentView)
Maps the Subject property of the virtual element to the handler and its native view.
Declaration
public static void MapSubject(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
AppointmentViewHandler
handler
The handler. |
IAppointmentView
virtualElement
The virtual element. |
MapSubjectFont(AppointmentViewHandler, IAppointmentView)
Maps the SubjectFont property of the virtual element to the handler and its native view.
Declaration
public static void MapSubjectFont(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
AppointmentViewHandler
handler
The handler. |
IAppointmentView
virtualElement
The virtual element. |
MapSubjectTextColor(AppointmentViewHandler, IAppointmentView)
Maps the SubjectTextColor property of the virtual element to the handler and its native view.
Declaration
public static void MapSubjectTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
AppointmentViewHandler
handler
The handler. |
IAppointmentView
virtualElement
The virtual element. |